On Tue, Jul 15, 2008 at 7:09 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: > Mike Orr wrote: >> >> Tried to install Pylons 0.9.7 beta on a colleague's Mac and got a funny >> error: >> >> $ easy_install -f http://pylonshq.com/download/0.9.7 -U Pylons >> Processing Pylons >> error: couldn't find a setup script in Pylons >> >> I'm not sure if virtualenv is creating a corrupted environment or >> what. go-pylons.py gave up with the same error. The system is Mac OS >> X 10.4. > > Do you have a Pylons directory? Maybe it is confusing "Pylons" the package > with "Pylons" the directory.
This turned out to be the problem. The virtualenv was called "pylons", which easy_install mistook for the source directory because of the Macintosh's case-insensitive filesystem. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
