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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
