It is due to changed behaviour in newer versions of Python. It can be ignored as it doesn't actually indicate any real problem.
If you upgrade mod_wsgi to a non ancient version, then the warning will go away as latest mod_wsgi versions do stuff so warning isn't output. See: http://code.google.com/p/modwsgi/issues/detail?id=197&can=1&start=100 and: http://code.google.com/p/modwsgi/wiki/ChangesInVersion0303 Graham On 5 December 2010 12:14, Nikolaus Rath <[email protected]> wrote: > Hello, > > I am using mod_wsgi 2.8 and Moinmoin 1.9.2 on Ubuntu Lucid. When I run > Moinmoin in embedded mode, everything works fine. However, when I run > moinmoin in daemon mode, e.g. with > > WSGIDaemonProcess moin maximum-requests=500 threads=5 display-name=moin.wsgi > > Then the application still seems to work, but every single request > writes the following warning into the Apache error log: > > [Sun Dec 05 01:03:01 2010] [error] Exception KeyError: KeyError(-1218480384,) > in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored > [Sun Dec 05 01:03:01 2010] [error] Exception KeyError: KeyError(-1218480384,) > in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored > [...] > > > Anyone able to help? Is this a moinmoin or a mod_wsgi bug? > > > Best, > > -Nikolaus > > -- > »Time flies like an arrow, fruit flies like a Banana.« > > PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
