I get the above error when running a python file that worked in the past. I think I know how this happened, but I donβt know how to fix it. I have 2 dual boot computers of different os and using dropbox to sync between them. I used to sync my eclipse workspace with my Mac and Windows computers this way and everything worked fine (except that I would have to change the location of the python interpreter depending on which system I used).
I started getting the above message after adding Linux (fedora) to share Dropbox files. But my problem now, when I try to update my python interpreter (in windows), it does not save my settings. I can hit autoconfig and it will find the path to python and all the files, and I click apply / ok, but when I return it all is empty. I am pretty sure that the linux machine loaded my settings, but I need to develop on all three boxes, so I need them to be kind of synchronized.
I wonder how to fix it, and if there is another way to do this, so that I do not have this problem in the future?
update: this def. has something to do with my work area. When I change the default workspace to a new folder and install the python interpreter, it works. Still not sure how to do this for long (no need to copy the code back and forth across new workspaces.
eclipse pydev
Lostsoul
source share