I just created a fresh Ubuntu install (v5.10), and attempted to install TurboGears. I did previously install both the gcc compiler packages and the python-dev package. Unfortunately, the install failed in a way that is mysterious to me.
The command line I used was as follows: sudo easy_install -f http://www.turbogears.org/download/index.html --script-dir /usr/local/bin TurboGears The resulting errors are located here: http://designgods.net/goodspeed/easy_install_error Any ideas what's wrong? Thanks, -Peter Goodspeed

