Re: pyramid should explicitly require pastescript

2012-01-30 Thread Chris McDonough
On Jan 30, 4:38 pm, Jonathan Vanasco wrote: > and playing around a bit, i see that the newest version of pyramid > moved to pcreate from paster create... so perhaps the above is not > needed. That's true... http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html#python-3-c

Re: pyramid should explicitly require pastescript

2012-01-30 Thread Jonathan Vanasco
and playing around a bit, i see that the newest version of pyramid moved to pcreate from paster create... so perhaps the above is not needed. -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googl

pyramid should explicitly require pastescript

2012-01-30 Thread Jonathan Vanasco
I think at one point it was required by one of pyramids dependents, and then it changed. It's either not possible or safe to create a new project with paster right now. For example: - On my OSX 10.6 machine , I used to run pylons under 2.6. - I upgraded python to 2.7 to build & migrate some apps

Re: Beginner Trouble. Advice Please.

2012-01-30 Thread Ruslan Spivak
Hey Eric, Have you activated your virtual environment? $ cd env $ source bin/activate Otherwise you need to run it as $ bin/python tasks.py Cheers, Ruslan On Sat, Jan 14, 2012 at 11:03 AM, Eric wrote: > I am running Python 2.7 on Ubuntu 11.10 > I installed setuptools, and virtualenv > I then