Adrian von Bidder schrieb: > Hi, > > On Friday 12 June 2009 20.46:36 Dan F wrote: >> It seems like there are a lot of steps to undertake before starting a >> turbogears app, no matter what the platform. I'd like to start >> developing a rather basic gui app that can simplify it and I wonder what >> you all think. > > For production use, I much prefer to have tg integrated in the Linux > distribution instead of having to download it separately. There is a > packaging effort going on to bring tg2 into Debian, and as a system > administrator, maintaining a tg2 installation with the distribution tools is > easier than having to deal with an application specific installer. > > For development, the situation is different, since one probably wants to > develop against a newer tg version than what is available in a distribution > and so using a virtualenv is probably the sensible thing to do. So if > there's an installer that makes that easy, why not.
That's a wrong assumption. Getting development & production as close as possible must be the goal. What good is it to have a newer development version that is bug-fixed, but then on production things fall to pieces? And while in theory package management is a nice thing, it falls flat on it's face because of package-dependencies that are mutually incompatible. Take for example matplotlib under debian that comes with a specific version of configobj - which might conflict with TG. Also, the release-cycles of a great many python-packages (including of course TG2 and it's vast amount of dependencies) are much shorter than the ones of the various linux distros. So either you are stuck with an horribly outdate version, or your existing software gets to run on a changed stack just because of the next sys-updated being run. No, thank you. I don't see any alternative from VEs. And they work great for us. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

