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.

 

Please help

 

Thank You

Regards

Vivek

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to