[PyKDE] SIP-documentation?
Arno Paehler
paehler at gol.com
Thu Sep 14 16:31:13 BST 2000
The last argument to your QScrollView.__init__
should be a flag (i.e. an integer) if I am not
mistaken - I can reproduce the same error
with a QWidget.__init__ if I replace the flags
by None - None is a very peculiar Python Object
and probably not converted to an int = 0
as you presumably expect.
Arno Paehler
On Thu, 14 Sep 2000, you wrote:
> Hi!
>
> I'm getting alot of error-messages such as
>
> Traceback (innermost last):
> File "simworld.py", line 17, in ?
> w = SimWorld(a)
> File "simworld.py", line 9, in __init__
> QScrollView.__init__(self,parent,"scrollview1",None)
> File "/home/jojo/install/x86-linux-glibc2.1/lib/python1.5/qt.py", line 1972, in __init__
> libqtc.sipCallCtor(79,self,args)
> TypeError: Invalid argument types to QScrollView()
>
> So, I'm wondering: where do I find any documentation on how to call a Qt
> class QFoo from Python? I guess I'm after som sort of documentation on how
> SIP converts C++-arguments to Python ditto.
>
> /Jesper
> --
> -------------------------------------------------------------------------
> Jesper Eskilson jojo at virtutech.se
> Virtutech http://www.virtutech.se
> -------------------------------------------------------------------------
>
>
>
> _______________________________________________
> PyKDE mailing list PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde
More information about the PyQt
mailing list