> Phil Thompson <[EMAIL PROTECTED]> wrote: > >> What if you pass "a" rather than "qApp" to cast()? > >>>> sip.cast(a, App) > Traceback (most recent call last): > File "<stdin>", line 1, in ? > SystemError: error return without exception set
This will be fixed in the next snapshot. Mind you, I don't see how it helps. You still have to stash the object in the module dictionary before anything else imports it - which you said you had problems with. It seems to be no extra work to do the obvious thing which is to import the module in which the reference to the QApplication derived instance is saved. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
