I got this too when I tried to install the latest pylons. Turned out to be because I had a pylons subdir which (I presume) easy_install recursed into and found various setup.py's within. Changing pylons subdir to xpylons allowed easy_install to work.
Cheers, John > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of hazy > Sent: Thursday, May 10, 2007 5:40 AM > To: pylons-discuss > Subject: Problem with easyinstall > > > A rather perplexing, for me, problem when I try to update my > Pylons installation. Has anyone any ideas how to work around > this? or where best to look for answers? > > On Windows XP, Python 2.4 I get: > > C:\>easy_install -U Pylons > Processing Pylons > error: Multiple setup scripts in Pylons > > Thanks in advance. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
