On Tuesday 06 September 2005 05:19, Giovanni Bajo wrote: > Jim Bublitz <[EMAIL PROTECTED]> wrote: > > You're using QApplication instead of KApplication. If you add: > > > > from kdecore import KApplication > > > > and change > > > > app = QApplication (sys.argv) > > > > to > > > > app = KApplication (sys.argv, "") > > > > it won't segfault (doesn't appear to display everything the way you > > probably > > > intend - didn't troubleshoot that). > > Out of curiosity, couldn't this be checked to generate an Exception instead > of a segfault?
Yes, but it would seem to require that I identify and modify the C++ code for every KDE construct that requires KApplication. Jim _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
