I tried upgrading setuptools, which made strange things happend. Found out the reason for that was I previously installed setuptools with --script-dir=/usr/local/bin, but this time I used the default (/usr/bin) - and since /usr/local/bin was higher on my path things went awry.
However, I removed the incorrect easy_install script from /usr/local/bin and tried everything. I ended up doing a "ls -d *.egg" in my site-packages and tacking that onto the end of easy-install.pth - things seem to be working now, although I installed TG as an egg into site-packages (not using "develop" mode). There is probably just something broken in my setuptools installation. :o( Arnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

