Hi I'm somewhat of a newbie to python and I'm using app engine and aptanna studio - I need to run some python shell commands so that i can complete the tasks in this Tutorial on how to set up 118 and django. I have got this all working but i don't understand how i run the python commands to compile the dictionarys such as
$ PYTHONPATH=/path/to/googleappengine/python/lib/django/ /path/to/googleappengine/python/lib/django/django/bin/make-messages.py -a
To be honest - why am i saying that! I dont know where in aptanna studio i run this command -then worse I don't quite understand what exactly i type based on the above command line.
My path to google app engine is
D:\Program Files\Google\google_appengine\
Can anyone help shed some light on how i do this from aptanna / the root of my project??
Im following this Tutorial:
http://makeyjl.blogspot.com/2009/02/using-djangos-i18n-in-google-app-engine.html