Re: [Twisted-Python] How do I get data from a Queue (or "outside") into a Telnet Server?

2010-02-02 Thread Mark Bailey
On Feb 2, 2010 8:54 AM, wrote: On 02:15 am, mebly5...@gmail.com wrote: >Good day, everyone: > >>Good day, everyone: > >I'm trying to learn Python and Twisted at the same time and having fun >(mostly). > >I'm writing an application that is collecting data from multiple >sources, filtering the data

Re: [Twisted-Python] PyCon 2010 Twisted Sprint

2010-02-02 Thread Drew Smathers
On Tue, Feb 2, 2010 at 4:34 PM, Glyph Lefkowitz wrote: > > On Feb 2, 2010, at 4:13 PM, Drew Smathers wrote: > > > I plan on going Monday. This will be my first Twisted sprint, so don't > hold me to the fire on being super productive. > > Who told you that we hold super-productive people to the fi

Re: [Twisted-Python] PyCon 2010 Twisted Sprint

2010-02-02 Thread Glyph Lefkowitz
On Feb 2, 2010, at 4:13 PM, Drew Smathers wrote: > I plan on going Monday. This will be my first Twisted sprint, so don't hold > me to the fire on being super productive. Who told you that we hold super-productive people to the fire? That sounds backwards! We only put you in the fire if you

[Twisted-Python] Conch channel blocked

2010-02-02 Thread james bardin
Hello, I'm trying to get a feel for twisted.conch, and not getting very far. I know the documentation is lacking, but I'm not here to complain, I'm here to figure this out. I only have a cursory knowledge of twisted so far, so that may be some of my problem. I am however fairly familiar with the i

Re: [Twisted-Python] PyCon 2010 Twisted Sprint

2010-02-02 Thread Drew Smathers
On Tue, Feb 2, 2010 at 1:19 AM, Brian Warner wrote: > I'll be there until wednesday afternoon. > -Brian > > > I plan on going Monday. This will be my first Twisted sprint, so don't hold me to the fire on being super productive. Not sure what I'll work on yet, but I'd like to revive the idea of

Re: [Twisted-Python] [ANN] Ampoule 0.2.0 released

2010-02-02 Thread Drew Smathers
On Tue, Feb 2, 2010 at 3:13 PM, Christopher Armstrong < ra...@twistedmatrix.com> wrote: > On Tue, Feb 2, 2010 at 1:59 PM, Valentino Volonghi > wrote: > > After a LOT of time I am finally, with Canonical Ltd. (Aaron Bentley) > help, happy to release a new version of Ampoule. > > > > The changelog

Re: [Twisted-Python] [ANN] Ampoule 0.2.0 released

2010-02-02 Thread Christopher Armstrong
On Tue, Feb 2, 2010 at 1:59 PM, Valentino Volonghi wrote: > After a LOT of time I am finally, with Canonical Ltd. (Aaron Bentley) help, > happy to release a new version of Ampoule. > > The changelog is not terribly long, hopefully this means that the library > kind of works well for most use cas

[Twisted-Python] [ANN] Ampoule 0.2.0 released

2010-02-02 Thread Valentino Volonghi
After a LOT of time I am finally, with Canonical Ltd. (Aaron Bentley) help, happy to release a new version of Ampoule. The changelog is not terribly long, hopefully this means that the library kind of works well for most use cases :). Have fun! For those that don't know Ampoule (a lot): ampou

Re: [Twisted-Python] How do I get data from a Queue (or "outside") into a Telnet Server?

2010-02-02 Thread Mark Bailey
Good day, Jean-Paul: On Tue, Feb 2, 2010 at 8:47 AM, wrote: > On 02:15 am, mebly5...@gmail.com wrote: > [...] > > What about this specifically are you having difficulty with? > Actually, what I was having trouble with was getting an instance of the protocol class. (The "instance" was from a

Re: [Twisted-Python] How do I get data from a Queue (or "outside") into a Telnet Server?

2010-02-02 Thread exarkun
On 02:15 am, mebly5...@gmail.com wrote: >Good day, everyone: > >I'm trying to learn Python and Twisted at the same time and having fun >(mostly). > >I'm writing an application that is collecting data from multiple >sources, >filtering the data, and providing it to users through a Telnet server. >

Re: [Twisted-Python] understanding deferreds

2010-02-02 Thread Andrew Bennetts
Landreville wrote: > On Sat, Jan 30, 2010 at 2:16 AM, Andrew Bennetts > wrote: > > twisted-...@udmvt.ru wrote: > > [...] > >> Is it true, that adding many callback functions as filters is elegant, > >> but impractical solution? > >> Since there is only a [linear] list of pairs (callback, errback)