Reputation: 21
I have problem creating a Pydev Google App Engine project, the configuration stop at 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!
Upvotes: 2
Views: 1807
Reputation: 4195
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.
Upvotes: 4