Gustavo Rahal wrote:
> I removed all the old installation and did it again
>
> $ python ./bin/ez_setup.py -f
> http://www.turbogears.org/download/index.html --install-dir
> ./lib/python2.4/site-packages/ --script-dir ./bin TurboGears
>
> Downloading
> http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a9-py2.4.egg

Download http://peak.telecommunity.com/dist/ez_setup.py and use that
instead.  It will install setuptools 0.6a10, which has much better
configuration detection than 0.6a9.  As long as the directory you're
installing to is on PYTHONPATH, 0.6a10 will handle it correctly,
whereas 0.6a9 requires you to follow the directions at:


http://peak.telecommunity.com/DevCenter/EasyInstall#custom-installation-locations

before you begin the installation process.

0.6a10 also has better error handling, so if there's still a problem
with your setup after that we should know what it is.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to