Re: [PyQt] kapplication not quiting

2007-10-29 Thread Andres Riancho
Jim, On 10/29/07, Jim Bublitz <[EMAIL PROTECTED]> wrote: > On Monday 29 October 2007 08:04, Andres Riancho wrote: > > Marcos, > > > > On 10/29/07, Marcos Dione <[EMAIL PROTECTED]> wrote: > > > On Mon, Oct 29, 2007 at 09:36:14AM -0300, Andres Riancho wrote: > > > >And then, I try to kill the ob

Re: [PyQt] kapplication not quiting

2007-10-29 Thread Jim Bublitz
On Monday 29 October 2007 08:04, Andres Riancho wrote: > Marcos, > > On 10/29/07, Marcos Dione <[EMAIL PROTECTED]> wrote: > > 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() > > >

Re: [PyQt] kapplication not quiting

2007-10-29 Thread Andres Riancho
Marcos, On 10/29/07, Marcos Dione <[EMAIL PROTECTED]> wrote: > 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() > >

Re: [PyQt] kapplication not quiting

2007-10-29 Thread Marcos Dione
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

[PyQt] kapplication not quiting

2007-10-29 Thread Andres Riancho
List, I'm a pykde/pyqt newbie and I'm having some problems with kapplication that i'm almost sure you can help me with. I'm using a rather complex program, that in some place creates a kapplication object like this: kdecore.KCmdLineArgs.init(sys.argv[], "test", "", "N") applica