Re: [Twisted-Python] Twisted and wxPython

2009-11-05 Thread Kevin Horn
On Thu, Nov 5, 2009 at 12:14 PM, Jon Mills wrote: > Can anybody point me towards a nice up-to-date example of the use of > Twisted with wxPython? > > I assume (hope) there's some way to bind the wx event loop into > Twisted's Reactor? Or do they need to run in separate > threads/processes? > > Th

Re: [Twisted-Python] Twisted and wxPython

2009-11-05 Thread Jon Mills
Thanks Kevin, I often find it difficult to know which Twisted examples to follow. Googling around gives several different approaches to Twisted and wx integration - and the recommended solution seems to have evolved over time. I'll take a look at the example in your link. Thanks again On Thu, N

Re: [Twisted-Python] Twisted and wxPython

2009-11-05 Thread David Ripton
On 2009.11.05 18:14:57 +, Jon Mills wrote: > Can anybody point me towards a nice up-to-date example of the use of > Twisted with wxPython? > > I assume (hope) there's some way to bind the wx event loop into > Twisted's Reactor? Or do they need to run in separate > threads/processes? wx has mu

Re: [Twisted-Python] help needed with flow-control for push protocol

2009-11-05 Thread exarkun
On 05:52 pm, piem...@tiscali.it wrote: >Hi, > >I need assistance figuring out how to create a push protocol that >implements >flow control. > >To keep things simple, I'm trying to build a push-based echo server. >It >should >(1) accept incoming tcp connections >(2) on each connection, all data re

[Twisted-Python] R: help needed with flow-control for push protocol

2009-11-05 Thread Pietro Niccoli
> Here's some untested code: > > class SmartEcho(Protocol): > implements(IProducer) > > def pauseProducing(self): > self.transport.pauseProducing() > > def resumeProducing(self): > self.transport.resumeProducing() > > def stopProducing

[Twisted-Python] Twisted 9, do you want it

2009-11-05 Thread Christopher Armstrong
I'm working on it. The core NEWS file is done I think. NEWS for other projects will be worked on tomorrow. -- Christopher Armstrong http://radix.twistedmatrix.com/ http://planet-if.com/ ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com h

Re: [Twisted-Python] Twisted 9, do you want it

2009-11-05 Thread Glyph Lefkowitz
On Thu, Nov 5, 2009 at 11:00 PM, Christopher Armstrong < ra...@twistedmatrix.com> wrote: > Subject: Twisted 9, do you want it YES > I'm working on it. The core NEWS file is done I think. NEWS for other > projects will be worked on tomorrow. > WOO __

Re: [Twisted-Python] Twisted 9, do you want it

2009-11-05 Thread Alex Clemesha
Yes, do want! Thanks for doing this. On Thu, Nov 5, 2009 at 8:00 PM, Christopher Armstrong < ra...@twistedmatrix.com> wrote: > I'm working on it. The core NEWS file is done I think. NEWS for other > projects will be worked on tomorrow. > > -- > Christopher Armstrong > http://radix.twistedmatrix.c

Re: [Twisted-Python] Twisted 9, do you want it

2009-11-05 Thread Nathan
On Thu, Nov 5, 2009 at 9:00 PM, Christopher Armstrong wrote: > I'm working on it. The core NEWS file is done I think. NEWS for other > projects will be worked on tomorrow. For those of us who don't know, where's the new core NEWS file located? I checked trunk/, tags/, and branches/ on the trac s

Re: [Twisted-Python] Twisted 9, do you want it

2009-11-05 Thread Christopher Armstrong
It's here: http://twistedmatrix.com/trac/browser/branches/releases/release-9.0.x-3860-2/twisted/topfiles/NEWS On Fri, Nov 6, 2009 at 12:36 AM, Nathan wrote: > On Thu, Nov 5, 2009 at 9:00 PM, Christopher Armstrong > wrote: >> I'm working on it. The core NEWS file is done I think. NEWS for other

Re: [Twisted-Python] Twisted 9, do you want it

2009-11-05 Thread Cary Hull
Yes. (thanks!) On Thu, Nov 5, 2009 at 8:00 PM, Christopher Armstrong < ra...@twistedmatrix.com> wrote: > I'm working on it. The core NEWS file is done I think. NEWS for other > projects will be worked on tomorrow. > > -- > Christopher Armstrong > http://radix.twistedmatrix.com/ > http://planet-if

Re: [Twisted-Python] Gridspy - a new project using Twisted

2009-11-05 Thread Tom Leys
Just a quick update, since the last time I mentioned our system the dashboard was still rather rough. Since then I have added a better UI, exposed the live data more, added little JQuery graphs along with history and CSV export. All that in 1 week worth of evenings - isn't Python great? Pleas

[Twisted-Python] twisted server for recording streaming audio

2009-11-05 Thread Josef Novak
Hi, I'm interested in using twisted to build a server for recording streaming audio. I've spent some time googling and looking through the archives but haven't been able to find much in the way of examples for this sort of usage. To be clear, I'm not trying to stream media from the server to