[PyQt] PyQt - qdockwindow error
Phil Thompson
phil at riverbankcomputing.com
Tue Jul 26 09:55:27 BST 2011
On Tue, 26 Jul 2011 01:50:47 -0700, "Vivek Narvekar"
<Vivek.Narvekar at mscsoftware.com> wrote:
> Hello,
>
> I am facing problem with some pyqt code.
>
> I have following code.
>
>
>
> qt.QDockWindow.__init__ (self, qt.QDockWindow.InDock, parent, name,
> *args, **kwargs)
>
>
>
> When I run this python code, I get an error as follows.
>
>
>
> TypeError: keyword arguments are not supported.
>
>
>
>
>
> I am using PyQt 3.17.6 version. Same code was previously working well
> with PyQt 3.3 Version.
>
>
>
> What could be the possible reason for this.
Keyword arguments aren't supported. Probably earlier versions didn't
check.
Phil
More information about the PyQt
mailing list