We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am new learning sockets, I found your code, downloaded it when tried to run it I got 👍
Traceback (most recent call last): File "C:/Users/alotfi/PycharmProjects/ssedemo-master/sse_server.py", line 2, in import gevent File "C:\Users\alotfi\AppData\Roaming\Python\Python33\site-packages\gevent__init__.py", line 41, in from gevent.hub import get_hub, iwait, wait File "C:\Users\alotfi\AppData\Roaming\Python\Python33\site-packages\gevent\hub.py", line 289 except Exception, ex: ^ SyntaxError: invalid syntax
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am new learning sockets, I found your code, downloaded it when tried to run it I got 👍
Traceback (most recent call last):
File "C:/Users/alotfi/PycharmProjects/ssedemo-master/sse_server.py", line 2, in
import gevent
File "C:\Users\alotfi\AppData\Roaming\Python\Python33\site-packages\gevent__init__.py", line 41, in
from gevent.hub import get_hub, iwait, wait
File "C:\Users\alotfi\AppData\Roaming\Python\Python33\site-packages\gevent\hub.py", line 289
except Exception, ex:
^
SyntaxError: invalid syntax
Thanks
The text was updated successfully, but these errors were encountered: