I have a problem with eclipse and easy_install packages in virtualenv. if I have
from sqlalchemy.ext.serializer import loads
import and hover over "load". I get a message
loads Found at: __module_not_in_the_pythonpath__
and it repeats with any module on PYTHONPATH, while I did not add it manually to Project properties -> PyDev - PYTHONPATH -> External Libraries: / For example, ~/Work/Environments/Default/lib/python2.6/site-packages/Pylons-1.0-py2.6.eggor any other pkg pkg file ... is ~/Work/Environments/Default/lib/python2.6/site-packages/added, but the eclipse cannot see any eggs in it!
Python interpreter set to ~/Work/Environments/Default/bin/python2.6
I am using eclipse-SDK-3.7M5-linux-gtk with the latest PyDev.
Can someone help me?
source
share