tomasz bandura
2017-01-31 15:02:11 UTC
Hello,
For standard bottle app configuration with installed current cherrypy
server:
run(app,..., server='cherrypy')
bottle raises an exception:
Traceback (most recent call last):
File "C:\opt\Python27\lib\site-packages\bottle.py", line 3123, in run
server.run(app)
File "C:\opt\Python27\lib\site-packages\bottle.py", line 2787, in run
from cherrypy import wsgiserver
ImportError: cannot import name wsgiserver
I've checked cherrypy and it looks wsgisever now is not a part of cherrypy (was moved to cheroot project from 9.0 version)
I'm not sure if it is change request?
Regards,
Tomasz
--
For standard bottle app configuration with installed current cherrypy
server:
run(app,..., server='cherrypy')
bottle raises an exception:
Traceback (most recent call last):
File "C:\opt\Python27\lib\site-packages\bottle.py", line 3123, in run
server.run(app)
File "C:\opt\Python27\lib\site-packages\bottle.py", line 2787, in run
from cherrypy import wsgiserver
ImportError: cannot import name wsgiserver
I've checked cherrypy and it looks wsgisever now is not a part of cherrypy (was moved to cheroot project from 9.0 version)
I'm not sure if it is change request?
Regards,
Tomasz
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.