On 1/3/06, modmans2ndcoming <[EMAIL PROTECTED]> wrote: > I had trouble with the original install because I had installed > developertools on OS X AFTER I installed the updated python so it > overwrote python 2.4.1 with python 2.3 and a lot of the errors dealt > with setting up cElementtree.
I've seen it strongly suggested that you never touch the Python installed by Apple (in /usr/bin). The undefined.org package installs in /usr/local/bin and shouldn't interfere with Apple's own package. Assuming easy_install is set up to use the correct python, you should be able to just easy_install -f http://www.turbogears.org/download/index.html cElementTree Kevin

