The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4723992:
Hi,
I use pydev with eclipse 3.6 linux x86-64 (opensuse 11.4). I added
django_smart_selects_1.0.4 to system PYTHONATH via pyDev Python Interpreter
then Apply. After restart the eclipse django_smart_selects_1.0.4 eggs is still
in PYTHONATH but eclipse dont handles or autocompletes django_smart_selects_1.0.4
library, gives warning.
e.g : from smart_selects.db_fields import ChainedForeignKey
But code is running well. Drop eggs then add again solve the problem in active
session. After the restarting eclipse problem repeate.
pydev version : (2.2.2.2011082312)
Please help.
|