> On Tue, Mar 31, 2009 at 9:44 AM, Wyatt Baldwin > <[email protected]>wrote: > > > > > On Mar 30, 11:08 pm, Wichert Akkerman <[email protected]> wrote: > > > Previously Wyatt Baldwin wrote: > > > > Questions: Which versions of supervisor and Python are ya'll using > > > > together? Should I go for supervisor 2.1 or 2.2b1 or 3.0a6 or ...? > > > > Everyone is running 3.0a6 as far as I know. > > > Anybody using it with Python 2.6 or have plans to? > On Apr 6, 5:29 pm, Jose Galvez <[email protected]> wrote: > Well I sure hope it works with 2.6, I just started using it (upgraded to the > development svs version as the production version is about a year old) and > love it. So I guess I'll be giving it a try on 2.6 as soon as Jaunty > (Ubuntu 9.04) comes out at the end of the month as 2.6 will finally be the > default version of python in Ubuntu with the new release
It *seems* to work with 2.6, but it throws out an error when starting or stopping a service/app. That makes me nervous for something that's supposed to be monitoring critical apps. For now, I've installed Python 2.5 just to run supervisor, while running my apps on 2.6. BTW, my research indicates that the problem is not with supervisor directly but rather with some sort of API breakage in asyncore (and/or asynchat) in Python 2.6. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
