Hi, I'm trying to build PySide from sources on Ubuntu Linux against a custom Qt 4.7.4 build. The Qt build has the gtk style option turned off, as I don't want any dependencies between gtk and Qt.
This process worked fine for Qt 4.7.2 and some earlier version of PySide. The build process itself goes fine, I have the impression that no wrapper for QGtkStyle is generated, as expected. However, when importing the build QtGui library, there is a missing symbol exception : >>> from PySide import QtGui Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /11-11-debug/lib/python2.7/site-packages/PySide/QtGui.so: undefined symbol: _ZTI9QGtkStyle >>> What can I do about this apart from building Qt with Gtk dependencies ? Thanks, Erik _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
