Ben Bangert wrote: > On Sep 18, 2007, at 2:47 PM, voltron wrote: > >> Any info on this? Pylons devs? > > It's a harmless warning that it can't kill individual threads as you're > not using Python 2.5. You don't need to upgrade or anything, it's just > letting you know that its thread watcher (which attempts to monitor > threads and kill 'stuck' ones) won't be able to run.
It doesn't require Python 2.5, only ctypes (which is available for Python 2.4, but you have to install it). -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org : Write code, do good : http://topp.openplans.org/careers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
