socketIO-client
socketIO-client copied to clipboard
How to use/install on Win8?
Hello,
how do I execute the install instructions (https://pypi.python.org/pypi/socketIO-client) correctly on my Windows machine? Or is "py -m pip install -U socketIO-client" okay as well?
When I try "s = socketIO('localhost', 8094)" with a server listening on port 8094, it gives me an error:
C:\Users\Alexander\Desktop\helpstone\streamerApp>py streamerApp.py
Traceback (most recent call last):
File "streamerApp.py", line 775, in
We haven't tested the library on Windows yet.
Does the script work in Linux? If it works, then it might be a Windows-specific issue.
From the ubuntu 16.04 user, I've also got the same problem. i use python 2.7
Same on ubuntu 16.4 raspi2 and raspi 3