Hi,
I am creating a new appEngine tool. I want to be able to use my own startup script b/c that's how it like to work. But it appears that while I can call the custom manage.py it doesn't actually want to use working dir. I end up with a run command line which looks right but the app doesn't "cd" to that directory. Shouldn't it?
----
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
-u
/Users/sklass/Documents/Development/eclipse/sevenstalks_dev_django_non_rel/src/manage.py
The PYTHONPATH that will be used is:
/Applications/eclipse/plugins/org.python.pydev_1.6.1.2010080312/PySrc/pydev_sitecustomize:/Users/sklass/Documents/Development/eclipse/sevenstalks_dev_django_non_rel/src:/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine:/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django:/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/webob:/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/yaml/lib:/Applications/eclipse/plugins/org.python.pydev_1.5.9.2010063001/PySrc:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages:/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages:/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip:/Users/sklass/perforce/dev/tools/python/Mac/lib/python2.6/site-packages:/Users/sklass/perforce/dev/tools/python/Mac/lib/python2.6/site-packages/MySQL_python-1.2.3c1-py2.6-macosx-10.6-intel.egg:/Users/sklass/perforce/dev/tools/python/Mac/lib/python2.6/site-packages/django_debug_toolbar-0.8.1-py2.6.egg:/Users/sklass/perforce/dev/tools/python/Mac/lib/python2.6/site-packages/logilab_astng-0.20.1-py2.6.egg:/Users/sklass/perforce/dev/tools/python/Mac/lib/python2.6/site-packages/logilab_common-0.50.2-py2.6.egg:/Users/sklass/perforce/dev/tools/python/Mac/lib/python2.6/site-packages/pylint-0.21.0-py2.6.egg:/Users/sklass/perforce/dev/tools/python/Mac/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg:/Users/sklass/perforce/dev/tools/python/modules
----
Thanks