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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you have it as a .zip file, can you try getting the latest nightly build to see if it works for you (there's a bug dealing with zip files in the current version).
Note that you may have to reconfigure your interpreter after getting the latest nightly.
Cheers,
Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you have it as a .zip file, can you try getting the latest nightly build to see if it works for you (there's a bug dealing with zip files in the current version).
Note that you may have to reconfigure your interpreter after getting the latest nightly.
Cheers,
Fabio