简体   繁体   中英

Pydev: How to import a gae project to eclipse Pydev gae project?

Created a gae project with the googleappengine launch and have been building it with textmate.

Now, I'd like to import it to the Eclipse PyDev GAE project. Tried to import it, but it doesn't work.

Anyone know how to do that?

Thanks in advance.

You could try not using the eclipse import feature. Within Eclipse, create a new PyDev GAE project, and then you can copy in your existing files.

Follow these steps: no matter if you (have / have not) committed your changes to 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.

Changes made on file in eclipse will reflect in your src files also.

如果要使用Eclipse的Import功能,请使用General - > File system。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM