I can't deploy to app engine.
/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/appcfg.py -e my@gmail.com --passin --no_cookies update .
Usage: appcfg.py [options] update <directory> | [file, ...]
appcfg.py: error: Directory does not contain an app.yaml configuration file
Process finished with exit code 2
The project dir contains an app.yaml, which gae ca find when running the devserver.
Is this just another hopeless reinstall everything kind of problem?