Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Phil Thompson
On Sun, 04 Dec 2011 20:06:35 +, Chris Mayo wrote: >> >> The only includes at the top of the generated >> PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/QtDBus/sipQtDBusQDBusVariant.cpp >> are: >> >> >> #include "sipAPIQtDBus.h" >> >> >> #line 241 >> "/var/tmp/portage/dev-python/PyQt4-4.9_pre201112

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Chris Mayo
The only includes at the top of the generated PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/QtDBus/sipQtDBusQDBusVariant.cpp are: #include "sipAPIQtDBus.h" #line 241 "/var/tmp/portage/dev-python/PyQt4-4.9_pre20111204/work/PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/sip/QtCore/qvariant.sip" #in

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Chris Mayo
No luck with 65564eb2fcf4 either: x86_64-pc-linux-gnu-g++ -c -march=core2 -msse4.1 -ftree-vectorize -O2 -pipe -fPIC -Wall -W -D_REENTRANT -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/var/tmp/portage/dev-python/PyQt4-4.9_pre20111204/work/PyQt-x11-gpl

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Phil Thompson
On Sun, 04 Dec 2011 12:52:47 +, Chris Mayo wrote: > On 04/12/11 05:34, Phil Thompson wrote: >> On Fri, 02 Dec 2011 17:37:50 +, Chris Mayo >> wrote: >>> On 02/12/11 01:42, Phil Thompson wrote: On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo wrote: > Can't get ee8b9c7eb565

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Chris Mayo
On 04/12/11 05:34, Phil Thompson wrote: On Fri, 02 Dec 2011 17:37:50 +, Chris Mayo wrote: On 02/12/11 01:42, Phil Thompson wrote: On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo wrote: Can't get ee8b9c7eb565 to compile: Generating the C++ source for the QtDBus module... sip: /var/

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-03 Thread Phil Thompson
On Fri, 02 Dec 2011 17:37:50 +, Chris Mayo wrote: > On 02/12/11 01:42, Phil Thompson wrote: >> On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo >> wrote: >>> Can't get ee8b9c7eb565 to compile: >>> >>> Generating the C++ source for the QtDBus module... >>> sip: >>> >> /var/tmp/portage/dev-pytho

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-02 Thread Chris Mayo
On 02/12/11 01:42, Phil Thompson wrote: On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo wrote: Can't get ee8b9c7eb565 to compile: Generating the C++ source for the QtDBus module... sip: /var/tmp/portage/dev-python/PyQt4-4.9_pre20111201/work/PyQt-x11-gpl-snapshot-4.9-ee8b9c7eb565-2.7/sip/QtDB

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-01 Thread Phil Thompson
On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo wrote: > Can't get ee8b9c7eb565 to compile: > > Generating the C++ source for the QtDBus module... > sip: > /var/tmp/portage/dev-python/PyQt4-4.9_pre20111201/work/PyQt-x11-gpl-snapshot-4.9-ee8b9c7eb565-2.7/sip/QtDBus/qdbusextratypes.sip:95: > > A c

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-01 Thread Phil Thompson
On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo wrote: > On 30/11/11 16:37, Phil Thompson wrote: >> On Sun, 27 Nov 2011 12:58:27 +, Chris Mayo >> wrote: >>> On 27/11/11 12:51, Phil Thompson wrote: On Sun, 27 Nov 2011 12:47:09 +, Chris Mayo wrote: > With PyQt-x11-gpl-snaps

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-01 Thread Chris Mayo
On 30/11/11 16:37, Phil Thompson wrote: On Sun, 27 Nov 2011 12:58:27 +, Chris Mayo wrote: On 27/11/11 12:51, Phil Thompson wrote: On Sun, 27 Nov 2011 12:47:09 +, Chris Mayo wrote: With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, sip-4.13.1-snapshot-3b44dc2f0efd and: bus = QtDBus.QDBu

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-11-30 Thread Phil Thompson
On Sun, 27 Nov 2011 12:58:27 +, Chris Mayo wrote: > On 27/11/11 12:51, Phil Thompson wrote: >> On Sun, 27 Nov 2011 12:47:09 +, Chris Mayo >> wrote: >>> With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, >>> sip-4.13.1-snapshot-3b44dc2f0efd and: >>> >>> bus = QtDBus.QDBusConnection.systemBus()

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-11-27 Thread Chris Mayo
On 27/11/11 12:51, Phil Thompson wrote: On Sun, 27 Nov 2011 12:47:09 +, Chris Mayo wrote: With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, sip-4.13.1-snapshot-3b44dc2f0efd and: bus = QtDBus.QDBusConnection.systemBus() iface = QtDBus.QDBusInterface('org.freedesktop.UDisks', '/org/freed

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-11-27 Thread Phil Thompson
On Sun, 27 Nov 2011 12:47:09 +, Chris Mayo wrote: > With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, > sip-4.13.1-snapshot-3b44dc2f0efd and: > > bus = QtDBus.QDBusConnection.systemBus() > iface = QtDBus.QDBusInterface('org.freedesktop.UDisks', > '/org/freedesktop/UDisks', 'org.freedesktop.

[PyQt] QtDBus: Unable to convert Array of Object Paths

2011-11-27 Thread Chris Mayo
With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, sip-4.13.1-snapshot-3b44dc2f0efd and: bus = QtDBus.QDBusConnection.systemBus() iface = QtDBus.QDBusInterface('org.freedesktop.UDisks', '/org/freedesktop/UDisks', 'org.freedesktop.UDisks', bus) print(iface.call('EnumerateDeviceFiles').argument