通过 googleappengine 启动创建了一个 gae 项目,并一直在使用 textmate 构建它。
现在,我想将它导入到 Eclipse PyDev GAE 项目中。尝试导入它,但它不起作用。
有谁知道该怎么做?
提前致谢。
通过 googleappengine 启动创建了一个 gae 项目,并一直在使用 textmate 构建它。
现在,我想将它导入到 Eclipse PyDev GAE 项目中。尝试导入它,但它不起作用。
有谁知道该怎么做?
提前致谢。
您可以尝试不使用 eclipse 导入功能。在 Eclipse 中,创建一个新的 PyDev GAE 项目,然后您可以复制现有文件。
请遵循以下步骤:无论您是否(有/没有)将您的更改提交给 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 文件中。
如果您想使用 Eclipse 的 Import 功能,请使用 General -> File system。