From pykde Tue Mar 12 14:15:02 2024 From: Phil Thompson Date: Tue, 12 Mar 2024 14:15:02 +0000 To: pykde Subject: Re: Reason for missing "dbus.mainloop.pyqt6" on PyPi Message-Id: <846464890ec38803562702e2697e0902 () riverbankcomputing ! com> X-MARC-Message: https://marc.info/?l=pykde&m=171025278411221 On 12/03/2024 10:04, c.buhtz@posteo.jp wrote: > Dear maintainers, > > I do not understand all details. I just wan't ask and better > understand why "dbus.mainloop.pyqt6" is not available on PyPi? > > I only know it as GNU Linux distro package on Debian for example. > > Kind > Christian There is no technical reason why it's not included. However it predates the native Qt support (which is what people use as far as I am aware) and not tested. You can always build it yourself if you really need it. Phil