Re: Upgraded to Pylons==dev, getting traceback from pkg_resources

2010-01-06 Thread Matt Feifarek
On Wed, Jan 6, 2010 at 12:13 AM, Mike Orr wrote: > That's what I hate about Paste and entry points and pkg_resources. > + 1Jillion. Thanks for your suggestions. I tried all of those things; I even removed the version numbers in my app (from Pylons>=0.9.7 to just Pylons) but no-go. The fact tha

Re: Upgraded to Pylons==dev, getting traceback from pkg_resources

2010-01-05 Thread Mike Orr
On Tue, Jan 5, 2010 at 9:45 PM, Matt Feifarek wrote: > On Tue, Jan 5, 2010 at 11:13 PM, Matt Feifarek > wrote: >> >> I upgraded a working Pylons 0.9.7 app to the new semantics from Pylons 1.0 >> (via pip install pylons==dev). >> When I try to run the appserver, I get a traceback: > > Here's an ea

Re: Upgraded to Pylons==dev, getting traceback from pkg_resources

2010-01-05 Thread Matt Feifarek
On Tue, Jan 5, 2010 at 11:13 PM, Matt Feifarek wrote: > I upgraded a working Pylons 0.9.7 app to the new semantics from Pylons 1.0 > (via pip install pylons==dev). > > When I try to run the appserver, I get a traceback: > Here's an easily reproducible case: *w...@dude:~$ virtualenv --distribute

Upgraded to Pylons==dev, getting traceback from pkg_resources

2010-01-05 Thread Matt Feifarek
I upgraded a working Pylons 0.9.7 app to the new semantics from Pylons 1.0 (via pip install pylons==dev). When I try to run the appserver, I get a traceback: $ paster serve --reload localpylons.ini Traceback (most recent call last): File "/home/work/Mayhem/web/pylonsve/bin/paster", line 9, in