Hi, I updated my openSUSE 10.2 installation to contain dbus-1-python 0.80.1. However, configure.py cannot find the dbus-python.h file.
The command "pkg-config --cflags-only-I --libs dbus-1" gives this output: -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-1 However, the dbus-python.h file can be found in a subdirectory of /usr/include/dbus-1.0 called dbus. All files in there have include statements like "#include <dbus/dbus.h>". And here is the problem. configure.py checks for /usr/include/dbus-1.0/dbus-python.h and dbus.cpp contains an include statement without the "dbus" prepended. Hope, you can do something about it. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
