Pydev:如何导入gae项目以遮蔽Pydev gae项目?

时间:2013-01-17 15:58:38

标签: python google-app-engine pydev

在googleappengine发布时创建了一个gae项目,并且已经与textmate建立了它。

现在,我想将它导入Eclipse PyDev GAE项目。试图导入它,但它不起作用。

任何人都知道该怎么做?

提前致谢。

3 个答案:

答案 0 :(得分:2)

您可以使用eclipse导入功能尝试。在Eclipse中,创建一个新的PyDev GAE项目,然后您可以复制现有文件。

答案 1 :(得分:1)

请按照以下步骤操作:无论您(有没有)是否已将更改提交至SVN / GIT

- create a new PyDev GAE project
 - Name the project
 - Then on the same window under Project contents:- uncheck Use Default and select the directory where your Scripts / src files are located.
 - Set Google App Engine Configuration - Path to the Google App Engine folder that you downloaded.
 - Select all, for libraries.
 - Then select Empty project
 - Now your project is created
 - Hit finish !!! you are good to go.

在eclipse中对文件进行的更改也会反映在您的src文件中。

答案 2 :(得分:0)

如果您想使用Eclipse的导入功能,请使用常规 - >文件系统。

相关问题