On Jan 2, 2006, at 1:45 PM, modmans2ndcoming wrote:
+++++++++++++++ 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: elementtree>=1.2.6 ++++++++++++++++++++++++++ This is what I get. It looks like for some reason, when I have python 2.4.2 installed from Darwinports, OS X does not look there for it and tries to use python 2.3.
If you're using Darwinports you probably want to make sure /opt/local/ bin is before /usr/bin and /usr/local/bin in your PATH. That's probably a script from an older installation, because $PREFIX/bin for the Darwinports python isn't /usr/local/bin.
-bob

