On Tue, 26 Jul 2011 01:50:47 -0700, "Vivek Narvekar" <vivek.narve...@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 _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt