[Twisted-Python] Announcing MV3D 0.70!

2012-01-22 Thread Michael Handverger
I am pleased to announce the release version 0.70 of MV3D! This release includes a massive amount of new features and over 70 bugfixes. The main focus was on usability and involved a large amount of work on tools. In 0.70, Panda3D support was brought up to par with animation, terrain texture spl

Re: [Twisted-Python] Finding out the IP which it failed to connect

2012-01-22 Thread Glyph Lefkowitz
On Jan 20, 2012, at 10:02 PM, Itamar Turner-Trauring wrote: > On 01/20/2012 02:23 PM, Facundo Batista wrote: >> On Fri, Jan 20, 2012 at 4:06 PM, Kevin Horn wrote: >> >>> twisted.internet.tcp.Connector has a getDestination() method, which should >>> return an address object. >>> >>> Have you tr

Re: [Twisted-Python] Python multiprocessing and Twisted stopService - success story

2012-01-22 Thread gelin yan
Hi Tom Does it work for windows? I use ampoule instead to manage multiple process. Regards gelin yan On Sat, Jan 21, 2012 at 12:09 AM, Nicolas Toper wrote: > Hi Tom, > > How do you pass data between the parent and its children with > multiprocessing? It worked fine with Twisted in debug but