invisibleroads / invisibleroads/socketIO-client
How to use/install on Win8?
- Dominant language
- Python
- Stars
- 441
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
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
main()
File "streamerApp.py", line 745, in main
s = SocketIO('localhost', 8094)
File "C:\Users\Alexander\AppData\Local\Programs\Python\Python35\lib\site-packa
ges\socketIO_client__init__.py", line 331, in **init**
resource, hurry_interval_in_seconds, **kw)
File "C:\Users\Alexander\AppData\Local\Programs\Python\Python35\lib\site-packa
ges\socketIO_client__init__.py", line 51, in **init**
self._transport
File "C:\Users\Alexander\AppData\Local\Programs\Python\Python35\lib\site-packa
ges\socketIO_client__init__.py", line 59, in _transport
self._engineIO_session = self._get_engineIO_session()
File "C:\Users\Alexander\AppData\Local\Programs\Python\Python35\lib\site-packa
ges\socketIO_client__init__.py", line 73, in _get_engineIO_session
transport.recv_packet())
StopIteration
##
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.