Reputation: 81
How to import an Python project not created through Eclipse into Eclipse.
Using Eclipse Luna
-Shiva S
Upvotes: 1
Views: 4757
Reputation: 25332
The basic solution is creating a new project (just set the location of the new project to the existing sources).
The FAQ covers that: http://pydev.org/faq.html#PyDevFAQ-HowdoIimportexistingprojects%2FsourcesintoPyDev%3F if you have something more complex you want to do.
Upvotes: 0
Reputation:
Follow these following steps...
Upvotes: 2