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: cannot import name wsgiserver #4

Open
tabsun opened this issue Feb 5, 2017 · 1 comment
Open

ImportError: cannot import name wsgiserver #4

tabsun opened this issue Feb 5, 2017 · 1 comment

Comments

@tabsun
Copy link

tabsun commented Feb 5, 2017

以下是应用启动时的log:
App exited unexpected. "[ 232 ], Bottle v0.12.13 server starting up (using CherryPyServer())...\nListening on http://0.0.0.0:80/\nHit Ctrl-C to quit.\n\nTraceback (most recent call last):\n File "index.py", line 16, in \u003cmodule\u003e\n robot.run(server='cherrypy',host='0.0.0.0',port=80)\n File "/usr/local/lib/python2.7/site-packages/werobot/robot.py", line 400, in run\n self.wsgi.run(server=server, host=host, port=port)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 755, in run\n run(self, **kwargs)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 3127, in run\n server.run(app)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 2787, in run\n from cherrypy import wsgiserver\nImportError: cannot import name wsgiserver\n"

环境中始终无法从cherrypy导入wsgierver?但是构建时各个requirement都是提示install success的

@tabsun
Copy link
Author

tabsun commented Feb 6, 2017

Really expect for some suggestions :D

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

1 participant