Re: Pylons OSX Paster create?

2011-03-29 Thread Jason Ross
Try "easy_install Paste==1.7.5.1" to revert to Paste-1.7.5.1. Here's a link to documentation for EasyInstall: http://peak.telecommunity.com/DevCenter/EasyInstall (Changing the Active Version) On Mar 29, 4:17 pm, Luis Felipe De Siqueira wrote: > Thanks for the tip. > > I updated Paste... >

Re: Pylons OSX Paster create?

2011-03-29 Thread Luis Felipe De Siqueira
Thanks for the tip. I updated Paste... == Reading http://pypi.python.org/simple/Paste/ Reading http://pythonpaste.org Best match: Paste 1.7.5.1 Processing Paste-1.7.5.1-py2.6.egg Paste 1.7.5.1 is already the active version in easy-install.pth === But it's still using the w

Re: Pylons OSX Paster create?

2011-03-29 Thread Jason Ross
Your installation is using Paste-1.7.3, which does not include desired_matches (checked the source file). Try updating your install to >= Paster-1.7.5, which includes desired_matches. To install with easy_install drop into your virtual env and issue "easy_install -- upgrade Paste" in the terminal.

Pylons OSX Paster create?

2011-03-29 Thread Luis Felipe De Siqueira
Hey guys, Pylons and Python web development noob here. I'm on an OSX machine trying to setup my development environment and I'm trying to initialize a Pylons project and end up with the following error. (blugdev)ZthrustPro:src luisfelipedesiqueira$ paster create -t pylons blugware Traceback (