I've been running GoogleAppEngineLauncher for a couple days, without incident.
This morning I installed the gcloud package from Google.
The issue is that now, regardless of where I run my AppEngine project from (GoogleAppEngineLauncher or using dev_appserver.py) it immediately 500's and the log is:
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
File "/Users/roger/python/app.myapp/main.py", line 1, in <module>
import webapp2
ImportError: No module named webapp2
I'm not entirely sure what happened to it, but webapp2 is clearly an important module for the application! It was working seamlessly previous to installing gcloud.
Any help is greatly appreciated.