eclipse导入项目:没有找到项目

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.

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

 

你可能感兴趣的:(python)