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

Cherrypy Adapter does not work on Ubuntu 12.04 LTS #426

Open
noisefloor opened this issue Dec 20, 2012 · 4 comments · May be fixed by #1348
Open

Cherrypy Adapter does not work on Ubuntu 12.04 LTS #426

noisefloor opened this issue Dec 20, 2012 · 4 comments · May be fixed by #1348

Comments

@noisefloor
Copy link

When running Bottle (0.11.4) with the Cherrypy server adapter unter Ubuntu 12.04, the server fails to start with an import error, as the WSGI Server from Cherrypy can't be loaded.

When I type "import cherrypy;dir(cherrypy)" I indeed do not see any WSGI modul / class...

Cherrypy version is the one from the Ubuntu repositires, 2.3.0.

@FSX
Copy link

FSX commented Dec 20, 2012

Ubuntu doesn't keep everything up-to-date and some stuff is too old to use. You should use virtualenv and pip/easy_install to get the most recent Python packages. The way you have more control over the packages you use.

@noisefloor
Copy link
Author

Ok, I think I found the reason... I installed Cherrypy 2.3 from the sources - which does indeed not include the wsgiserver.
When picking the python-cherrypy3 module, containing Cherryy 3.2.2., the wsgiserver is included.
Thus, I may be a good idea to mention the requirement for version 3.x in the docs.

Ubuntu doesn't keep everything up-to-date and some stuff is too old to use.

Yes, but python-cherrypy is in "universe", so it's up to the community to maintain :-)

@hartwork
Copy link
Contributor

hartwork commented Apr 6, 2018

Looks like a duplicate of #934 to me (though this one was first).

@horribleperson
Copy link

Can this bug be closed? Ubuntu 12.04 LTS reached EOL a long time ago, and it isn't even receiving support for Canonical customers.

@waghanza waghanza linked a pull request Aug 22, 2021 that will close this issue
2 tasks
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

Successfully merging a pull request may close this issue.

4 participants