Nick Holden - 2010-09-16

If anyone has had trouble with false positives when using an interpreter from a virtual environment this might help you!

1)Go to PyDev - PYTHONPATH in project properties
2)External Libraries
3)Add source folder
4)Select your python 64 folder i.e., mine is /usr/lib64/python2.5

Now logging, time, math etc no longer show up as wrong and you don't have to add them as builtins etc! you can F3 on them too!