(Please note that this question and some of the answers are old) I want to use an existing python framework to develop an application on google appengine. It should be quick and easy to start and support test driven development practices in an easy way. Can you recommend a stack? What about django? Additional Information: There are several django ports,
Tag: pylons
How come I can not activate my Virtual Python Environment with ‘source env/bin/activate’ command?
I am trying to activate my Virtual Python Environment to use with Pylons but I think I am executing the commands wrong. What am I doing wrong? How should I do it right? Answer I realize I had to do And here we see virtualenv.py. From here I just had to And then Solved :)