eclipse import project: no project found

In my case when i am trying to import my existing perforce project , it gives error no project found on windows machine. On linux i was able to import project nicely.

For Eclipse Kepler, i have done like below.

  1. Open eclipse in pydev perspective.
  2. Create a new pydev project in your eclipse workspace with the same name which project you want to import.
  3. By now in your eclipse workspace project dir , you must be having .project and .pydevproject files.
  4. Copy these two files and paste it to project dir which you want to import.
  5. Now close and delete the pydev project you created and delete it from local disk as well.
  6. Now you can use import utility to import project in eclipse.

Reference: https://stackoverflow.com/questions/13298630/how-do-i-import-a-pre-existing-python-project-into-eclipse

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326155431&siteId=291194637
Recommended