Pydev and twisted frames

It seems that my Eclipse PyDev does not know that Twisted is installed on my system. I can not get auto suggest to work. Does anyone know how to solve it?

+5
source share
1 answer

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.

+12
source

All Articles