Eclipse配置错误:Google App Engine目录无效

Eclipse配置错误:Google App Engine目录无效

问题描述:

我在创建Pydev Google App Engine项目时遇到问题,配置停止选择Google App Engine目录。

I have problem creating a Pydev Google App Engine project, the configuration stop at selecting the Google App Engine Directory.

以下是将目录指向C:\Program Files\Google\google_appengine后,遇到的错误:

Below is the error that i encountered after pointing the directory to C:\Program Files\Google\google_appengine:

Google App Engine目录无效。找不到:C:\Program Files\Google\google_appengine\lib\django

"Invalid Google App Engine directory. Did not find: C:\Program Files\Google\google_appengine\lib\django"

请帮助!

在1.4.2中,Google将django移动到两个文件夹中: django_0_96 django_1_2 。您应该将这些目录中的一个复制到简单的 django (在指定的文件夹中)以使其与当前的PyDev一起使用。希望PyDev将尽快更新。

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.