I get this error when running tg-admin:

++++++++++++++++++++++++++++++++++
Desktop:/usr/local/bin root# tg-admin
Traceback (most recent call last):
  File "/usr/local/bin/tg-admin", line 5, in ?
    from pkg_resources import load_entry_point
  File
"/Library/Python/2.3/site-packages/setuptools-0.6a8-py2.3.egg/pkg_resources.py",
line 2192, in ?
    working_set.require(__requires__)
  File
"/Library/Python/2.3/site-packages/setuptools-0.6a8-py2.3.egg/pkg_resources.py",
line 503, in require
    needed = self.resolve(parse_requirements(requirements))
  File
"/Library/Python/2.3/site-packages/setuptools-0.6a8-py2.3.egg/pkg_resources.py",
line 483, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: cElementTree>=1.0.2
++++++++++++++++++++++++++++++++++

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.

Any help will be appreciated.

Thanks, 
Jeremy

Reply via email to