Re: [PyKDE] PyQt4.uic

2006-11-19 Thread Phil Thompson
On Sunday 19 November 2006 4:27 pm, Jeremy Sanders wrote: > Hi - > > On the packaged version of PyQt4 for kde-redhat (PyQt4-4.1-1.fc5), then > > the following line fails: > >>> from PyQt4.uic import * > > Traceback (most recent call last): >File "", line 1, in ? > AttributeError: 'module' objec

[PyKDE] PyQt4.uic

2006-11-19 Thread Jeremy Sanders
Hi - On the packaged version of PyQt4 for kde-redhat (PyQt4-4.1-1.fc5), then the following line fails: from PyQt4.uic import * Traceback (most recent call last): File "", line 1, in ? AttributeError: 'module' object has no attribute 'loadUiToType' It seems /usr/lib/python2.4/site-packages

Re: [PyKDE] PyQt4 uic bug

2006-03-23 Thread Torsten Marek
Eric Gach wrote: > Hi, > > There seems to be a problem with pyuic4 and generating the code when > using QDockWidget. There's a setting that can be seen in the Qt Designer > for QDockWidget that is called "docked". This isn't documented in the Qt > documentation for QDockWidget, which is why it gav

Re: [PyKDE] PyQt4 uic bug

2006-03-22 Thread Phil Thompson
On Tuesday 21 March 2006 4:00 pm, Eric Gach wrote: > Hi, > > There seems to be a problem with pyuic4 and generating the code when > using QDockWidget. There's a setting that can be seen in the Qt Designer > for QDockWidget that is called "docked". This isn't documented in the Qt > documentation for

[PyKDE] PyQt4 uic bug

2006-03-22 Thread Eric Gach
Hi, There seems to be a problem with pyuic4 and generating the code when using QDockWidget. There's a setting that can be seen in the Qt Designer for QDockWidget that is called "docked". This isn't documented in the Qt documentation for QDockWidget, which is why it gave me so much trouble. :)