2009-12-16

dev_appserver.py

After I have updated Google App Engine to 1.3.0.609, the command "dev_appserver.py" did not run even with the absolute path.
$ pwd
/Users/**/Documents/Repository/dev/gae/helloworld
$ /usr/local/google_appengine/dev_appserver.py ../helloworld/
-bash: cd: /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine: No such file or directory
If you find yourself in the same situation, there are 2 kinds of solutions:
  • Unzip an archive file named /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine.zip
  • Run GoogleAppEngineLauncher.app (for the first time after upgrade) and "Make Command Symlinks." The zip archive seems to be unzipped.

No comments: