Hello,

I upgraded to PyQt 4.4.2 this morning, and now KAboutData no longer
works for me:

>>> kdecore.KAboutData('foo')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: argument 1 of KAboutData() has an invalid type

Instead of the expected:

>>> kdecore.KAboutData('foo')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: insufficient number of arguments to KAboutData()


This has broken my application, any ideas?

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
                       Listening to: Joaquín Sabina - Como un explorador

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to