-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
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
ImportError: No module named wsgi #63
Comments
Hi @xialeizhou I think in server.py from gevent.wsgi import WSGIServer has to be changed to: from gevent.pywsgi import WSGIServer |
I have meet this problem,how can I fix that?rewrite this server.py as you said,"from gevent.pywsgi import WSGIServer"?Or there is some other way to do it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "/usr/local/Cellar/python/2.7.14/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xcessiv/server.py", line 2, in
from gevent.wsgi import WSGIServer
ImportError: No module named wsgi
The text was updated successfully, but these errors were encountered: