Python

Top  Previous  Next

The python client allows you to access RW NetServer directly from Python 2 and 3.

 

If you are going to use it with Python 2, it is important that you add the enum.py packpage to python 2 lib folder.

Find it at: https://pypi.python.org/pypi/enum34 or use the version we have included.

 

Tested with python 2.7.7 and 3.4.1