Skip to content Skip to sidebar Skip to footer

How To Make Projects Show In Python Spyder Project Explorer

My Spyder Project Explorer normally shows a project and its files, but I recently deleted a project and made the project explorer space empty. I am trying to make the Project Explo

Solution 1:

You need to go to the Projects menu, and select the option called New Project.

Then you need to select the option called Existing directory, choose the directory where your project is located at in the Location field and finally press Create.

That will automatically show your project in the Project Explorer.

Solution 2:

My problem was :-created apps and project were not visible on pydev explorer. I resolved it by right clicking on project->pydev->remove .pyc files.(cleanup).And then i was able to see created apps in my eclipse under project.

enter image description here

Post a Comment for "How To Make Projects Show In Python Spyder Project Explorer"