PyDev searches distutils build folder for definitions
Brought to you by:
fabioz
I have a project for which I've set the Python path to the top directory, meaning the Python package is on the top level not beneath say a "src" directory. This appears to make PyDev think that the "build" directory is also a source code directory however (even though it is not a Python package), and when I search for definitions the corresponding module is sometimes found beneath the "build" directory. Please fix this.
Logged In: YES
user_id=617340
Originator: NO
Does this happen when you're using pydev extensions or the open source version?
Logged In: YES
user_id=1522083
Originator: YES
I am using PyDev Extensions.