go to settings-> Pydev-> Interpreter - Python and click the Apply button. This will re-scan your module directory and add the missing modules.
This should fix any normal import errors. Some modules do some runtime magic that PyDev cannot follow.
source
share