Re: [Twisted-Python] wxpython and xmlrpc via twisted

2008-12-10 Thread Jean-Paul Calderone
On Wed, 10 Dec 2008 08:54:49 -0800, Ian Jones <[EMAIL PROTECTED]> wrote: "There's probably no good reason to subclass both of these" I'm relatively new to python so sorry if this should be obvious - but how else would I get the functionality of both classes if I did subclass both of them? Crea

Re: [Twisted-Python] wxpython and xmlrpc via twisted

2008-12-10 Thread Ian Jones
didn't subclass both of them rather. On Wed, Dec 10, 2008 at 8:54 AM, Ian Jones <[EMAIL PROTECTED]> wrote: > "There's probably no good reason to subclass both of these" > > I'm relatively new to python so sorry if this should be obvious - but > how else would I get the functionality of both class

Re: [Twisted-Python] wxpython and xmlrpc via twisted

2008-12-10 Thread Ian Jones
"There's probably no good reason to subclass both of these" I'm relatively new to python so sorry if this should be obvious - but how else would I get the functionality of both classes if I did subclass both of them? Ian On Tue, Dec 9, 2008 at 4:08 PM, Jean-Paul Calderone <[EMAIL PROTECTED]> wr

Re: [Twisted-Python] wxpython and xmlrpc via twisted

2008-12-09 Thread Jean-Paul Calderone
On Tue, 9 Dec 2008 15:27:00 -0800, Ian Jones <[EMAIL PROTECTED]> wrote: I'm trying to create a taskbar app (in wxpython) to monitor job progress on a render farm. I'd like the taskbar app to have an xmlrpc server built in so that other applications can inform the taskbar app additional jobs to mo

[Twisted-Python] wxpython and xmlrpc via twisted

2008-12-09 Thread Ian Jones
I'm trying to create a taskbar app (in wxpython) to monitor job progress on a render farm. I'd like the taskbar app to have an xmlrpc server built in so that other applications can inform the taskbar app additional jobs to monitor. I found this recipe online which is a great example of the functio