Eclipse Configuration Error: Invalid Google App En

2019-07-09 03:19发布

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!

1条回答
乱世女痞
2楼-- · 2019-07-09 03:37

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.

查看更多
登录 后发表回答