1

I am getting this error from mod_wsgi:

[Thu Feb 24 23:31:33 2011] [error] Exception KeyError: KeyError(140115471374144,) in <module 'threading'from '/usr/lib/python2.6/threading.pyc'> ignored

I am using virtualenv with mod_wsgi, I have set python-path like this:

WSGIDaemonProcess ubuntu python-path=/home/ubuntu/to/my/site-packages

Any ideas ,plz

ooshro
  • 11,134
  • 1
  • 32
  • 31
Apoo
  • 11
  • 1

1 Answers1

1

The message is harmless. Fix added in late release.

ooshro
  • 11,134
  • 1
  • 32
  • 31