Am Mittwoch, 2. Februar 2005 23:37 schrieb Torsten Marek: > Dennis Schaaf schrieb: > | Hi, > | > | when I try to run KApplication in Erics debugger mode, the program > | "terminates unexpectedly" > | > | It works however with QApplication programs... any ideas? > | > | dennis > | > | PS here is an example > | > | #!/usr/bin/env python > | > | import sys > | from qt import * > | from kdecore import * > | from kdeui import * > | > | a=KApplication(sys.argv, "Program Name") > | w=QWidget() > | a.setMainWidget(w) > | a.setTopWidget(w) > | w.resize(200,100) > | w.show() > | a.exec_loop() > > Works ok for me here. Maybe you could include versions of > sip/PyQt/PyKDE/eric. eric 3.6.1 > PyQt 3.13 > sip 4.1.1 > PyKDE 3.11.3 > Qt 3.3.3 > KDE 3.3.2 > greetings > > Torsten
Works ok for me as well. However, I have same or newer versions of the a.m. software installed. Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
