On Thu, Apr 9, 2009 at 7:16 AM, Bob Ippolito <[email protected]> wrote: > > On Wed, Apr 8, 2009 at 11:41 AM, Ben Bangert <[email protected]> wrote: >> On Apr 8, 2009, at 4:50 AM, Noah Gift 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. >> >> On OSX, it's always installed just fine. Over a half dozen people on OSX >> that I've sent to the Pylons Getting Started page have installed and run the >> helloworld Pylons app just fine as well. > > It sounds like Noah's problem may that he is forgetting to > easy_install Pylons, so he's trying to use the paster that was > installed outside of the virtualenv. What does "which paster" say?
I am pretty sure I did, but I need to double check. Thanks for bringing up the paster issue, I had the exact issue about three months ago :) I used go-pylons, and then tried to create a Pylons template and paster blew up. It took me a few minutes to figure out there where "two" pasters, and the first paster was in my path first, even though I sourced virtualenv. That is another gotcha. > > -bob > > > > -- Cheers, Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
