PiRSquared17 / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

manage.py cant find google app engine SDK #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When i try using ./manage.py it gives me "cant find google app engine sdk". i 
had to manually edit 
the manage.py and direct it to my app engine sdk dir.

problem is that the default url in common.appenginepatch.aecmd is :

'/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine'

this is NOT correct, they updated the launcher and now the appengine comes as a 
ZIP file and not 
open SDK python directory which prevents the manage.py from loading the SDK.

Original issue reported on code.google.com by alon.car...@gmail.com on 18 Apr 2010 at 12:01