Skip to content
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

Open
xialeizhou opened this issue Jun 1, 2018 · 2 comments
Open

ImportError: No module named wsgi #63

xialeizhou opened this issue Jun 1, 2018 · 2 comments

Comments

@xialeizhou
Copy link

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

@KhaledTo
Copy link

KhaledTo commented Jun 6, 2018

Hi @xialeizhou I think in server.py

from gevent.wsgi import WSGIServer

has to be changed to:

 from gevent.pywsgi import WSGIServer

@OhMyGodness
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants