+++++++++++++++
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.
any ideas?