Sunday, May 27, 2012

Eclipse import existing GAE python project.

EVN: Eclipse Indigo, Python 2.7,  mac

First, install the pydev plugin if you not yet have one. Search for update site in pydev's install page: http://pydev.org/manual_101_install.html

Second, create a empty pydev project, copy and place the .project & .pydevproject under your existing GAE python project. Don't forget to change the project name in .project file.

Go eclipse -> File -> import -> Existing Projects into workspace and open your project from the finder.

No comments: