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
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
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
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
> Here's some untested code:
>
> class SmartEcho(Protocol):
> implements(IProducer)
>
> def pauseProducing(self):
> self.transport.pauseProducing()
>
> def resumeProducing(self):
> self.transport.resumeProducing()
>
> def stopProducing
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
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
__
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
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
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
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
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
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
13 matches
Mail list logo