[Twisted-Python] qt5 and twisted, reactor already installed, python 2.x

steven meier commercials24 at yahoo.de
Thu Jun 30 04:49:00 MDT 2016


> You have to put the qt5reactor installation at the very top of the
> very first file that you run.  What's happened here is that you
> imported some Twisted code that did 'from twisted.internet import
> reactor' at the top level, which unfortunately far too many modules
> do, before you installed the qt5 reactor.


So twisted modules should not at all import the reactor but rely on the
user code todo that?










More information about the Twisted-Python mailing list