On Apr 8, 4:50 am, Noah Gift <[email protected]> wrote: > I get frustrated every time I setup a new virtualENV as I forgot that > something always breaks. I just got this today: > > http://pylonshq.com/pasties/d8768f105749c5c169094812c4e0f01a > > Sigh... This is a tad frustrating because everytime I tell someone to > use Pylons, them tell me installation breaks, then I say, "thanks > can't be...", and it always turns out to be true. Of course I can fix > this myself by installing tempita and nose, but it can really burn a > newbie forever from using Pylons. Anyone as motivated as me to > permanently fix this so an install NEVER breaks. I think this is > possible.
For me, installation has never NOT worked in 2+ years. I'm not on OS X, but I'm attempting to reproduce the error you linked to: cd /tmp virtualenv --no-site-packages pylonsENV cd pylonsENV source bin/activate easy_install Pylons paster create --template=pylons wpug No errors. Python 2.5. virtualenv 1.3.3. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
