GithubHelp home page GithubHelp logo

Comments (7)

techniq avatar techniq commented on June 3, 2024

Hmm, not sure on this one. I have a similar setup (OSX 10.8, Python 2.7.3 installed via Brew) and have not had any issues like this.

from flask-script.

techniq avatar techniq commented on June 3, 2024

Still experiencing this issue?

from flask-script.

kirs avatar kirs commented on June 3, 2024

Kind of. I understand that it's probably my local problem, so we can close it.

from flask-script.

techniq avatar techniq commented on June 3, 2024

A couple Google searches returned that might be of some help:

It is indeed related to monkey-patching the threading module. In fact, I can easily trigger the exception by importing the threading module before monkey-patching threads. The following 2 lines are enough

import threading
import gevent.monkey; gevent.monkey.patch_thread()

When executed it spits the message about ignored KeyError:

(env)czajnik@autosan:~$ python test.py 
Exception KeyError: KeyError(139924387112272,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored

If you swap the import lines, the problem is gone.

http://stackoverflow.com/questions/8774958/keyerror-in-module-threading-after-a-successful-py-test-run


Error is triggered when the python file is modified while running the server.

bottlepy/bottle#362


Problem went away when upgrading to mod_wsgi 3.3

https://groups.google.com/forum/?fromgroups=#!topic/modwsgi/uoKyZDVk0t0

from flask-script.

kirs avatar kirs commented on June 3, 2024

Thank you! I will try to fix it later today :)

from flask-script.

dsoprea avatar dsoprea commented on June 3, 2024

You guys discussed the exact problem that I was having. Thanks a bunch.

from flask-script.

kxxoling avatar kxxoling commented on June 3, 2024

Same 'error'. I get it out after removing the monkey patching code, turns out no error.
What I did wrong is I forgot to add manager.run(), sigh!

from flask-script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.