TurboGears 0.9a1 Released

TurboGears is a “mega-framework” collecting a number of well-known web architecture components and glueing them together to form a productive environment for web development.

I’m using TurboGears at work to develop a service management and configuration application, and had held off implementing things like users, authentication and configuration forms in order to wait for 0.9 which brings built in support for all of these things.

Thankfully, the first test release of 0.9 has now been packaged up and is ready to go, I’ve upgraded my project to work with it and it seems to be pretty good: Get TurboGears 0.9a1 here.

Note, the upgrade instructions didn’t work for me, I had to change this line:

easy_install -f http://www.turbogears.org/preview/download/index.html TurboGears

to this:

easy_install **-U** -f http://www.turbogears.org/preview/download/index.html TurboGears