[Pydev-users] [Users] Bug in Hover Name-Resolution?
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2012-01-11 15:34:21
|
The following forum message was posted by px-seven at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: Hello All, I am using PyDev 2.3.0 in Eclipse 3.7.1 on Ubuntu 11.10. When I import a file system directory into a source folder, the PyDev hover functionality cannot resolve modules etc. in the iported directory if I have chosen "Create links in workspace" in the import dialog (hover gives error __module_not_in_the_pythonpath__). If I however do not choose "Create links in workspace" in the import dialog, hover resolves correctly. Is this a bug, or is there a way to fix this so that hover resolves correctly also when code is imported and linked from the worspace? Thanks, |