Friday, February 18, 2011

AppEngine Work Environment

I'm doing a little AppEngine project (boy, my wife is one tough customer :). On the way I've developed some scripts to help me with my work flow (which is mostly coding with Vim and trying stuff on the REPL).

I have python2.5 (which is the version AppEngine uses) at /opt/python2.5 and I've "pip installed" pyflakes and ipython. The AppEngine SDK is at /opt/google_appengine.

gae.py


repl.sh


run-local.sh


check.sh


push.sh


pypath.sh

2 comments:

  1. This probably requires to pip install yaml, right?

    See:
    http://stackoverflow.com/questions/14469685/google-app-engine-local-development-ipython-shell

    Thanks!
    Udi

    ReplyDelete
  2. Yeah, you need "pip install PyYAML". I with YAML will make it to the standard library already.

    ReplyDelete