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..
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.