-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I have dropped the gaebar folder into my gaebar-aep folder and run ./manage.py runserver. It runs, but when I try to request a page I get...
'google.appengine.api.appinfo' from '/Ap...ogle_appengine/google/appengine/api/appinfo.pyc'>, appinfo.LoadSingleAppInfo = <function LoadSingleAppInfo at 0x73c570>
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py in ReadAppConfig(appinfo_path='/Users/everythingability/Desktop/gae/gaebartest/app.yaml', parse_app_config=<function LoadSingleAppInfo at 0x73c570>)
2958 except IOError, e:
2959 raise InvalidAppConfigError(
2960 'Application configuration could not be read from "%s"' % appinfo_path)
2961 try:
2962 return parse_app_config(appinfo_file)
appinfo_path = '/Users/everythingability/Desktop/gae/gaebartest/app.yaml'
<class 'google.appengine.tools.dev_appserver.InvalidAppConfigError'>: Application configuration could not be read from "/Users/everythingability/Desktop/gae/gaebartest/app.yaml"
args = ('Application configuration could not be read from...verythingability/Desktop/gae/gaebartest/app.yaml"',)
message = 'Application configuration could not be read from...verythingability/Desktop/gae/gaebartest/app.yaml"'