Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I import a pre-existing python project into Eclipse?

Tags:

python

eclipse

I am using eclipse for python. How do I import an existing project into eclipse in the current workspace.

Thanks

like image 495
Shan Avatar asked Nov 08 '12 22:11

Shan


People also ask

How do I import an existing Django project into Eclipse?

Make sure you change this path if you have placed your source in a different folder. Now open Eclipse and choose “File > Import”. Navigate to “mysite” and choose that as your location. Eclipse should recognize this as an Eclipse project and import it to your workspace.

How do I open a .PY File in Eclipse?

Running Python from within Eclipse Make sure your file ends in . py, and Eclipse will recognize it as Python code. Type in some Python code (for instance: print 2+2 ), then right-click on the Python file you've created and select Run As >> Python run .


1 Answers

New Project

Dont use default Location

Browse to existing project location ...

if its an existing eclipse project with project files that have correct paths for your system you can just open the .proj file ...

like image 176
Joran Beasley Avatar answered Sep 20 '22 12:09

Joran Beasley