I went ahead and manually installed cElementTree. But I'm still getting the same error. Is easy_setup confused now since I didn't/couldn't install cElementTree with it? (I just started using it yesterday.)
Any hints? thanks On 12/6/05, m h <[EMAIL PROTECTED]> wrote: > Following the documentation here > (http://www.turbogears.org/community/contributing.html) I checked out > the head of TurboGears. When trying to follow the TurboTunes (which > looks very cool btw), I get stuck on the first command > (tg-admin-script.py): > C:\Documents and Settings\Administrator>python "c:\Program > Files\Python23\Script > s\tg-admin-script.py" quickstart > Traceback (most recent call last): > File "c:\Program Files\Python23\Scripts\tg-admin-script.py", line 5, in ? > from pkg_resources import load_entry_point > File "c:\program > files\python23\lib\site-packages\setuptools-0.6a8-py2.3.egg\p > kg_resources.py", line 2192, in ? > working_set.require(__requires__) > File "c:\program > files\python23\lib\site-packages\setuptools-0.6a8-py2.3.egg\p > kg_resources.py", line 503, in require > needed = self.resolve(parse_requirements(requirements)) > File "c:\program > files\python23\lib\site-packages\setuptools-0.6a8-py2.3.egg\p > kg_resources.py", line 483, in resolve > raise DistributionNotFound(req) # XXX put more info here > pkg_resources.DistributionNotFound: cElementTree>=1.0.2 > > I realize I could just go install cElementTree, that's not the issue. > I just wanted to know if the checkout script was supposed to check out > all of the dependencies. Since it apparently hasn't checked out > cElementTree nor PasteScript. If not, then the documentation for > development should be updated accordingly... > (note I did the easy_setup of RuleDispatch as well) > thanks > > matt >

