On 6/16/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > Out of curiosity. Do you run on the stable Ubuntu release, do you use > the unstable branch or do you put everything into a workingenv?
Currently it's an older Gentoo with Python 2.4. There's a workingenv for this site. My colleagues have convinced me that a separate workingenv for every site is a good idea, in case one site later needs a library upgrade that breaks (or might break) another site. The existing Quixote sites don't have workingenvs, however. I plan to switch to Ubuntu 7.04 (current), or possibly 6.06 (long-term support). But I have a spare server so it's no problem to upgrade one while the other is in production, so I'm leaning toward the former to get newer versions of things. My workstation is Kubuntu 7.04 with Python 2.5. I easy_install all Python packages required for a site into a workingenv. Sometimes I have trouble compiling packages that depend on C libraries (Python-MySQL, python-ldap), and for those I just use the OS package. But it's impossible to stick to OS packages completely if you use a lot of just-released or still-in-development Python libraries. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
