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
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
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
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
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. :)