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?
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to