Skip to content

Instantly share code, notes, and snippets.

@nkoehring
Created November 2, 2015 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkoehring/287f80c799173350375c to your computer and use it in GitHub Desktop.
Save nkoehring/287f80c799173350375c to your computer and use it in GitHub Desktop.
isso python error
Traceback (most recent call last):
File "/usr/bin/isso", line 9, in <module>
load_entry_point('isso==0.9.10', 'console_scripts', 'isso')()
File "/usr/lib/python3.5/site-packages/isso/__init__.py", line 259, in main
from gevent.pywsgi import WSGIServer
File "/usr/lib/python3.5/site-packages/gevent/__init__.py", line 41, in <module>
from gevent.hub import get_hub, iwait, wait
File "/usr/lib/python3.5/site-packages/gevent/hub.py", line 289
except Exception, ex:
^
SyntaxError: invalid syntax
@posativ
Copy link

posativ commented Nov 3, 2015

Gevent suckt, geht nur in Kombination mit Python2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment