On Monday 05 March 2007 6:33 am, Marco wrote: > Hello, everyone! > > I have update my PyQt4 to version 4.1.1 because I want to use its new > feature: QX11Embed. > > But there is a question, in this new version, I cannot see the detail > error on stdout, If I got somethings error, I only get like follow: > > ######### > raceback (most recent call last): > File "./rd_qt_qx11embed.py", line 62, in ? > main = Main() > SystemError: NULL result without error in PyObject_Call > ########## > I donot know what's error, line:62 is main = Main() ..... > > > How to debug in version PyQt 4.1.1 ?
Generate a gdb backtrace, or post your script (if it is small enough). Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
