When I try to use the websocket features it raises an error at:
MAX_RECONNECTS: int = 5
Is there something I need for python to allow for such variable declarations?
//edit
On windows python version 3.6.2 it works.
Ubuntu doesn't have the newer python version in their standard packages (yet).
Trying to get python through other means on the ubuntu server, but websockets import is not comming through then....
//edit2
I ended up changing all the newer python syntax of asyncio/websockets.py
I run python 3.5.2
When I try to use the websocket features it raises an error at: MAX_RECONNECTS: int = 5
Is there something I need for python to allow for such variable declarations?
//edit On windows python version 3.6.2 it works. Ubuntu doesn't have the newer python version in their standard packages (yet). Trying to get python through other means on the ubuntu server, but websockets import is not comming through then....
//edit2 I ended up changing all the newer python syntax of asyncio/websockets.py