[PyQt] KAboutData() broken when using PyQt 4.4

Jim Bublitz jbublitz at nwinternet.com
Fri Jun 13 15:50:31 BST 2008


On Friday 13 June 2008 01:23, Adeodato Simó wrote:
> 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?

PyKDE3 or PyKDE4?

Jim



More information about the PyQt mailing list