How do I import a pre-existing python project into Eclipse?
eclipse, python
Solution
Following are the steps
- Select pydev Perspective
- right click on the project pan and click "import"
- From the list select the existing project into workspace.
- Select root directory by going next
- Optionally you can select to copy the project into
thanks
Problem
I am using eclipse for python. How do I import an existing project into eclipse in the current workspace. Thanks