On 12/8/05, Wavy Davy <[EMAIL PROTECTED]> wrote: > On 08/12/05, coriolinus <[EMAIL PROTECTED]> wrote: > > 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. > > [snip] > > Any ideas what's wrong? > > Have you got libc6-dev installed? That provides limits.h, IIRC >
I have ubuntu also and followed the instructions here before installing: http://trac.turbogears.org/turbogears/wiki/UbuntuInstall namely 1) install the packages libc6-dev and python2.4-dev 2) do the normal installation sudo easy_install -f http://www.turbogears.org/download/index.html --script-dir /usr/local/bin TurboGears Cheers Evan

