wechat-psn-backend icon indicating copy to clipboard operation
wechat-psn-backend copied to clipboard

ImportError: cannot import name wsgiserver

Open tabsun opened this issue 8 years ago • 1 comments

以下是应用启动时的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 avatar Feb 05 '17 12:02 tabsun

Really expect for some suggestions :D

tabsun avatar Feb 06 '17 10:02 tabsun