question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gevent-1.3.0 and bottle 0.12.13

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
and800commented, Jun 20, 2018

There’s fix in master already: cafc15419cbb4a6cb748e6ecdccf92893bb25ce5

Maybe it should be backported in 0.12 branch?

3reactions
defnullcommented, Nov 27, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found