Hi All, I have an application that is using qt5reactor, but I understand that pyqt5 is nearing its end-of-life, and anyway I'd love to begin porting my code to either pyqt6 or pyside6 and having a reactor that integrates twisted's loop with qt6's is the only thing I need -- at least I think it is ... if anyone knows of some other approach to running twisted in a pyqt6 app I'm open to suggestions! Anyone know of any news? Cheers, Steve
On Mon, Apr 10, 2023, at 18:45, Stephen Waterbury wrote:
Hi All,
I have an application that is using qt5reactor, but I understand that pyqt5 is nearing its end-of-life, and anyway I'd love to begin porting my code to either pyqt6 or pyside6 and having a reactor that integrates twisted's loop with qt6's is the only thing I need -- at least I think it is ... if anyone knows of some other approach to running twisted in a pyqt6 app I'm open to suggestions!
Anyone know of any news?
Hey Steve, I gave it a quick update. Didn't run anything with it but did run it through the pytest-twisted tests which is the closest thing we've got to a test suite right now. Give the master branch a try and let me know how it goes for you. I haven't thought too much about it, but I would probably release this as qtreactor if we get to that. Cheers, -kyle
participants (2)
-
Kyle Altendorf
-
Stephen Waterbury