Re: [PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-30 Thread Dmitry Shachnev
On Sun, Jun 30, 2013 at 3:36 PM, Phil Thompson wrote: > On Sun, 30 Jun 2013 15:21:53 +0400, Dmitry Shachnev > wrote: >> I've built PyQt5 with dbus/ directory from the latest snapshot, and now > I >> get: >> > from dbus.mainloop.pyqt5 import DBusQtMainLoop >> Traceback (most recent call last):

Re: [PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-30 Thread Dmitry Shachnev
On Sun, Jun 23, 2013 at 2:20 PM, Phil Thompson wrote: > Good point. Maybe it would be more explicit to call it pyqt5 rather than > qt5 (to avoid confusion with the PyQt4 built on Qt5 case)? I've built PyQt5 with dbus/ directory from the latest snapshot, and now I get: >>> from dbus.mainloop.pyqt

Re: [PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-23 Thread Dmitry Shachnev
On Sun, Jun 23, 2013 at 2:20 PM, Phil Thompson wrote: > Good point. Maybe it would be more explicit to call it pyqt5 rather than > qt5 (to avoid confusion with the PyQt4 built on Qt5 case)? I'm fine with that (though it seems to me that the module from PyQt4 compiled against Qt5 will be compatibl

Re: [PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-23 Thread Phil Thompson
On Sun, 23 Jun 2013 13:53:59 +0400, Dmitry Shachnev wrote: > Hi, > > It looks like versions of dbus.mainloop.qt module provided by PyQt4 > and PyQt5 work only with Qt4 and Qt5, respectively. Trying to run > version from PyQt4 with a PyQt5 application, I get: > > QSocketNotifier: Can only be

[PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-23 Thread Dmitry Shachnev
Hi, It looks like versions of dbus.mainloop.qt module provided by PyQt4 and PyQt5 work only with Qt4 and Qt5, respectively. Trying to run version from PyQt4 with a PyQt5 application, I get: QSocketNotifier: Can only be used with threads started with QThread QSocketNotifier: Can only be us