gevent-1.3.0 and bottle 0.12.13
See original GitHub issueThe reciently relased version of gevent (version 1.3.0.) is crashing bottle (it updated from 1.2.2 to 1.3.0)
INFO:root:Namespace(host='40d6ffd5f91f', port=4546)
Bottle v0.12.13 server starting up (using GeventServer())...
Listening on http://40d6ffd5f91f:4546/
Hit Ctrl-C to quit.
Traceback (most recent call last):
File "/myapp/cuckoo_api_mockup.py", line 69, in <module>
run(host=args.host, port=args.port, server='gevent')
File "/usr/local/lib/python2.7/site-packages/bottle.py", line 3127, in run
server.run(app)
File "/usr/local/lib/python2.7/site-packages/bottle.py", line 2907, in run
from gevent import wsgi, pywsgi, local
ImportError: cannot import name wsgi
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Python Web Framework — Bottle 0.12.23 documentation
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no...
Read more >bottle - PyPI
Bottle is a fast and simple micro-framework for small web applications. It offers request dispatching (Routes) with url parameter support, templates, ...
Read more >python-bottle 0.12.13-1ubuntu0.1 source package in Ubuntu
Bottle is a fast and simple WSGI-framework for the Python programming language. It offers request dispatching with url parameter support
Read more >Ubuntu – Package Search Results -- python3-bottle
You have searched for packages that names contain python3-bottle in all suites, all sections, and all architectures. Found 6 matching packages.
Read more >Debian -- Package Search Results -- python-bottle
Source Package python-bottle · (python): 0.12.13-1+deb9u2 [security] Binary packages: python-bottle ; Source Package python-bottle-beaker · (misc): 0.1.3-1. Binary ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

There’s fix in master already: cafc15419cbb4a6cb748e6ecdccf92893bb25ce5
Maybe it should be backported in 0.12 branch?
I just silently released 0.12.14 with this fix included. I need to update the workflow in my local script and get warm to this again, but the next release should be less work for me and a lot less of a hassle. Thanks for the patience.