The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3688562:

Nice that it works now ;-)

What I can say is that the current 1.5.7 does fix one issue that could go wrong 
in the interpreter configuration, if you configured the same interpreter with a 
different name (the fix is not allowing that anymore), because although the 
name can be changed, internally it still uses the interpreter location for 
uniquely identifying the interpreter. 

If you have a case where multiple configurations of the same interpreter are 
needed, virtualenv is recommended -- or on case-independent filesystems you 
could just change a case within the filename for the path -- but don\'t do 
that, virtualenv is a better solution :)

So, I\'m guessing that was the culprit in your situation.

Cheers,

Fabio

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to