midtoad schrieb: > I have two versions of Python on my webserver: 2.4 and 2.5. > > I discovered that even when I tried to run easy_install with Python > 2.5, it was installing to the Python 2.5 folder.
As I explained in another mail on this list today, you need to use tgsetup.py, for the install to bale to find the binary eggs on turbogears.org. Or use the "-f http://turbogears.org/download/filelist.html" option to eas_install. If you install with the Python version that comes pre-installed on your system (Leopard == Python 2.5) then you'll probably need to run tgsetup.py via sudo. > It seems as though TurboGears isn't yet compatible with > Python 2.5 and Leopard It is as of today. Chris --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

