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

Re: Beginner Trouble. Advice Please.

2012-01-29 Thread Norman Ives
You need to run your script with the interpreter from the virtualenv into which you installed pyramid. Use bin/python, where bin the same directory as in your easy_install command below. On 14 Jan 2012, at 6:03 PM, Eric wrote: > I am running Python 2.7 on Ubuntu 11.10 > I installed setuptools,