Gustavo Rahal wrote: > Hi elvelind > > Thanks for the reply. > > Well, I think setuptools is already installed: > > ls $HOME/lib/python2.4/site-packages/ > > [...] > setuptools-0.6a10-py2.4.egg/ > setuptools-0.6a9-py2.4.egg/ > setuptools-0.6a9dev_r41857-py2.4.egg/ > [...]
There should also be a "setuptools.pth" file there containing one line, specifying the location of the 0.6a10 egg, and there should also be a "site.py" file in that directory as well. Last, but not least $HOME/lib/python2.4/site-packages must be in your PYTHONPATH environment variable. If you're missing any of these things, redo the installation and post the *complete* output of the ez_setup.py run so I can see what's happening. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

