This is a minor update to TurboGears, including 3 project upgrades and a fix. The use of setuptools 0.6a6 means that it should now be much easier to do a non-root installation of TurboGears on Unix-like systems.
Here’s the changelog entry:
0.8a4 (October 25, 2005)
Project Updates
- setuptools 0.6a6
- CherryPy 2.1 final
- MochiKit 1.0
Fixes
- On some servers, TurboGears can take a minute to start answering
connections due to the way the OS handles incoming connections to
ports that have nothing listening on them.
I’ve recently started up with TurboGears and it is a very nice framework which is a pleasure to work with, quite natural in most aspects.
The only trouble that I have is with SQLOjects. Need to drop the RDBMS mentality and understand how to work with it properly.
All in all, a job well done!