I'm having a problem with import statements. The module I need has been added as a library but due to our versioning system it's a symlink:
…/moduleIWant.py -> versions/someAwkwardNameWithNoDotPyExtension
Seems Eclipse is dereferencing the link to the full canonical path which makes no sense to it, especially because it doesn't end with .py
My temp solution has been to manually copy the modules to another location which forces them to become real files with the correct name. The problem is that this is no a longer a live reference to our latest libraries.
Any thoughts much appreciated
Mark
eclipse 3.5.1
pydev 1.5.4
centos 3.5
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there
I'm having a problem with import statements. The module I need has been added as a library but due to our versioning system it's a symlink:
…/moduleIWant.py -> versions/someAwkwardNameWithNoDotPyExtension
Seems Eclipse is dereferencing the link to the full canonical path which makes no sense to it, especially because it doesn't end with .py
My temp solution has been to manually copy the modules to another location which forces them to become real files with the correct name. The problem is that this is no a longer a live reference to our latest libraries.
Any thoughts much appreciated
Mark
eclipse 3.5.1
pydev 1.5.4
centos 3.5