Unresolved reference for Twisted's reactor.run() method
Greetings.
Any idea why the run() method is an unresolved reference?
I tried invalidaing the cache but got the same inspection result.
Am using PyCharm 1.1 with Python 2.7 32-bit on Windows 7. The Twisted module is version 10.2.0 and the Zope.Interface is 3.6.1.
Cheers,
Rob
Attachment(s):
unresolved_reference.png
Please sign in to leave a comment.

Hello Rob,
Twisted.Reactor has a very weird internal structure that PyCharm can't currently
figure out. We have an issue for hard-coding support for Twisted in PyCharm:
http://youtrack.jetbrains.net/issue/PY-1490
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks for quick response and the link to the open YouTrack issue.
Cheers,
Rob