hm.. Sometime, PyDev say \"Unresolved import error\". In my environment
Python2.6.6 Eclipse3.7 PyDev2.2.2
Errors are.
Add site-packages path in environmental variables.
Right click on
computer -> properties -> advanced system settings -> Environmental variables
.
After that is done, remove the python interpreter and add it again in eclipse. right click project name in
eclipse --> properties --> python interpreter
.
Hope it works.