I have the guestbook app running on localhost and on ceemee11111.appspot.com, however when I try to run remote-api from python some modules are not found. I want to have the same modules available for running from python as from google.
So I have installed the pip app and tried to run
$ pip freeze -E [env1] > requirements.txt
in the google /lib and get 'access denied' error. If someone has experience with this I would appreciate some help. From what I have read I run the
$ pip freeze -E [env1] > requirements.txt
in the google /lib directory and then run
$ pip install -E [env2] -r /path/to/requirements.txt
in the python /lib directory.
/lib, so you can't redirect output to a file there. also pip tells me it doesn't have an-Eoption. – mata Nov 17 '12 at 22:20