[PyQt] DBus dependancies (Jaunty)

Matthew Smith melkor at orangepalantir.org
Thu Apr 23 13:47:38 BST 2009


I was compiling the latest snapshot for PyQt and I noticed dbus was
being included, so I use the -s option to find dbus.

python configure.py -s /usr/include/dbus-1.0/

The directory with dbus-python.h is actually:

/usr/include/dbus-1.0/dbus/

The next problem I had  I think is with the dbus-python.h file itself.
It requires the header file:

"dbus-arch-deps.h"

which exists but it is in:

/usr/lib/dbus-1.0/include/dbus/

So I made a symbolic link to the file, everything seemed to compile
after that.

mbs



More information about the PyQt mailing list