Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Thursday, November 20, 2008

develop google app engine with eclipse on mac

Here are the two notes for Mac user, when setting up pydev of eclipse on mac:

The path of the python interpreter for eclipse on mac leopard:
/System/Library/Frameworks/Python.framework/Version/2.5/bin/Python2.5


The path for "Run > Open Run dialog > python run > main module:
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/dev_appserver.py


Tutorial
http://daily.profeth.de/2008/04/google-app-engine-eclipse-pydev.html
http://de.youtube.com/watch?v=e1dtyQ6wqzc
http://www.ibm.com/developerworks/opensource/library/os-eclipse-mashup-google-pt1/