Re: [PySide] Unifying Qt and Python asyncio?

2020-12-23 Thread Dietmar Schwertberger
On 23.12.2020 18:31, Jason H wrote: 2. How do I bridge python asyncio with Qt event loops? |Try qasync or asyncqt. I'm using it with PyQt. I think it should work with PySide as well.| |Regards,| |Dietmar | ___ PySide mailing list

[PySide] Unifying Qt and Python asyncio?

2020-12-23 Thread Jason H
I have software projects that I am a member of, and they are using Python and python's asyncio (3.6-3.8). This now creates a problem because there are two event loops. Admittedly, I am only familiar with Qt + Python via PyQt/PySide2, which really doesn't require any asyncio event loop. So my