[PyQt] kapplication not quiting
Marcos Dione
mdione at grulic.org.ar
Mon Oct 29 14:16:16 GMT 2007
On Mon, Oct 29, 2007 at 09:36:14AM -0300, Andres Riancho wrote:
> And then, I try to kill the object like this:
>
> application.processEvents()
> application.exit(0)
> application.quit()
> del application
>
> But when I try to create a new kapplication using the same lines I
> specified above, I get this error message:
>
> Qt debug: QApplication: There should be max one application object
can you tell us where this code is run? can you post some more code,
or even build a smaller example?
More information about the PyQt
mailing list