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

Chris Mayo cjmayo at users.sourceforge.net
Sun Dec 4 20:06:35 GMT 2011


>
> 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"
>
> #include <qvariant.h>
> #line 35
> "/var/tmp/portage/dev-python/PyQt4-4.9_pre20111204/work/PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/QtDBus/sipQtDBusQDBusVariant.cpp"
>
>
>
> If I manually add:
> #include <qdbusextratypes.h>
> make appears to complete.
>

All my mistake. In trying to investigate the first compilation problem I 
was zapping out the #include <qdbusextratypes.h> in qdbusextratypes.sip 
and forget to remove it when trying out the newer snapshots. Sorry for 
wasting your time.

I now have working arrays of object paths.

Chris


More information about the PyQt mailing list