Eclipse Configuration Error: Invalid Google App Engine directory
I have problem creating a Pydev Google App Engine project, the configuration stop a开发者_如何学运维t selecting the Google App Engine Directory.
Below is the error that i encountered after pointing the directory to C:\Program Files\Google\google_appengine:
"Invalid Google App Engine directory. Did not find: C:\Program Files\Google\google_appengine\lib\django"
Please help!
In 1.4.2 Google moved django into two folders: django_0_96
and django_1_2
. You should copy one of those directories to just plain django
(in the specified folder) to get it to work with the current PyDev. Hopefully PyDev will update with a fix soon.
精彩评论