http://bugzilla.novell.com/show_bug.cgi?id=494242 Summary: python-qt4 package doesn't add qt4-designer plugin Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: i686 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: zak.mc.kraken@libero.it QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.1.1 Firefox/3.0.8 the qt4 designer (present into the package libqt4-devel) support third-part plugins. As an example, the same package offer the file /usr/lib/qt4/plugins/designer/libqt3supportwidgets.so the python-qt4 package offer the PyQt4 bindings. In the sources there is a flag to build a plugin for the qt4 designer to create python custom widgets. from a comment on the same bug on the arch linux distribution (https://subzero.elys.com/packages.php?do_Details=1&ID=8875&O=&L=&C=&K=&SB=&SO=&PP=&do_MyPackages=&do_Orphans=&SeB=): """ Comment by: GCN on 20070803 [00:45:57] PyQt4.3 is out... I suggest you some improvements for this release: QTDIR=/opt/qt4 python configure.py -b /usr/bin \ -d /usr/lib/python2.5/site-packages \ -q /opt/qt4/bin/qmake \ -p $startdir/pkg$QTDIR/plugins the "-p" flag is used to copy the QtDesigner plugin to the right location. Also, please note the path for "-d" has changed. """ adding a "-p" flag to the build will let the PyQt4 sources build the file /usr/lib/qt4/plugins/designer/libpythonplugin.so all the packages (libqt4-devel, python-qt4) are from http://download.opensuse.org/repositories/KDE:/Qt/openSUSE_11.1/i586/ Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.