Imports not detected properly
Brought to you by:
fabioz
The syntax
#file more_modules.moduleA
from .. import module1
is not recognized properly, see attached project
Structure :
root/ # added to the PYTHONPATH
--module1.py
--more_modules/
----moduleA.py
See also SO question : http://stackoverflow.com/questions/10659253/pydev-setting-up-an-existing-python27-project-complete-with-dlls-and-nested-so/
If nothing is added to the PYTHONPATH no errors occur of course but that's not desired.
Python 2.7.3
PyDev 2.6.0.2012062818
test project for import