Re: [Twisted-Python] Re: Can't quit a Tkinter application on MacOS X when using Twisted; fix? workaround?

2009-04-13 Thread Jean-Paul Calderone
On Mon, 13 Apr 2009 13:49:58 -0700, "Russell E. Owen" wrote: In article <20090410160133.24697.1558421192.divmod.quotient.5...@henry.divmod.com>, Jean-Paul Calderone wrote: On Tue, 07 Apr 2009 12:20:50 -0700, "Russell E. Owen" wrote: >I am trying to convert a cross-platform Python/Tkinter ap

[Twisted-Python] Re: Can't quit a Tkinter application on MacOS X when using Twisted; fix? workaround?

2009-04-13 Thread Russell E. Owen
In article <20090410160133.24697.1558421192.divmod.quotient.5...@henry.divmod.com>, Jean-Paul Calderone wrote: > On Tue, 07 Apr 2009 12:20:50 -0700, "Russell E. Owen" > wrote: > >I am trying to convert a cross-platform Python/Tkinter application to > >use Twisted and have run into a problem:

Re: [Twisted-Python] Basic factory question

2009-04-13 Thread Jean-Paul Calderone
On Mon, 13 Apr 2009 11:25:12 -0700, Ted Pederson wrote: Coming from C++ to python/twisted. Looking at samples, created a simple server and want to create a tester file that will create many clients to connect to and exercise my server. All very nice and easy and like this a lot so far. The one

[Twisted-Python] Basic factory question

2009-04-13 Thread Ted Pederson
Coming from C++ to python/twisted. Looking at samples, created a simple server and want to create a tester file that will create many clients to connect to and exercise my server. All very nice and easy and like this a lot so far. The one thing that looks strange to me is that the samples instanti