I am trying to use the Google engine to work with python27.
How to place my script in another folder instead of placing in the same folder with app.yaml?
handlers: - url: /.* script: code/helloworld.app
error message "ImportError: import by file name is not supported."
source share