开发者

pydev and twisted framework

开发者 https://www.devze.com 2023-01-06 20:17 出处:网络
It seems like my Eclipse PyDev does not recognize that Twisted 开发者_运维问答is installed on my system. I can\'t make auto suggest working. Does anyone know how to solve it?go to preferences->Pydev->

It seems like my Eclipse PyDev does not recognize that Twisted 开发者_运维问答is installed on my system. I can't make auto suggest working. Does anyone know how to solve it?


go to preferences->Pydev->Interpreter - Python and hit the apply button. That will rescan your modules directory and add any missing modules.

That should fix any normal import errors. Some modules do some runtime magic that PyDev cant follow.

0

精彩评论

暂无评论...
验证码 换一张
取 消