On Fri, Dec 09, 2005 at 07:44:12AM -0800, Chad L. wrote: > > Thanks guys. Ok, I can get the python2.4-celementtree installed now, > then did the .pydistutils.cfg file in my home directory. However, when > I try to run the TurboGears install (ez_setup.py), it still seems to > have an issue with cElementTree: > > Running cElementTree-1.0.2-20050302/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-VQAmLi/cElementTree-1.0.2-20050302/egg-dist-tmp-5umPa1 > In file included from > /usr/lib/gcc-lib/i486-linux/3.3.5/include/syslimits.h:7, > from > /usr/lib/gcc-lib/i486-linux/3.3.5/include/limits.h:11, > from /usr/include/python2.4/Python.h:18, > from cElementTree.c:38: > /usr/lib/gcc-lib/i486-linux/3.3.5/include/limits.h:122:75: limits.h: No > such file or directory > > etc..
apt-get install gcc (depends on gcc-3.3 which has all the files, cf. http://packages.debian.org/cgi-bin/search_contents.pl?searchmode=filelist&word=gcc-3.3&version=stable&arch=i386 ) -Andreas > > Seems like I'm missing another package for the compile to work as its > looking for the limits.h header file...? I put on the following > packages on a small (Linode) install of Sarge: > > 1. python2.4-dev > 2. gcc > 3. python2.4-celementtree > > Thanks for the help. > > > > !DSPAM:4399a7d928626124897301!

