Re: [Twisted-Python] buildProtocol never called

2009-05-31 Thread Jean-Paul Calderone
On Sun, 31 May 2009 15:18:50 -0500, travis+ml-twis...@subspacefield.org wrote: >On Sat, May 30, 2009 at 08:26:40PM -0400, Jean-Paul Calderone wrote: >> Creating the reactor at all may create a file descriptor which is necessary >> for its operation. Closing these will very likely cause problems. >

Re: [Twisted-Python] Twisted Question

2009-05-31 Thread Jean-Paul Calderone
On Sun, 31 May 2009 19:12:56 -0400, Brandon McGinty wrote: >I'll give that a shot...unfortunately, the data is only accessible via >an irc server and protocol. >Hopefully I can gleen some useful information about cross-protocol >communication by lokng at the source. http://twistedmatrix.com/trac

Re: [Twisted-Python] Twisted Question

2009-05-31 Thread Brandon McGinty
I'll give that a shot...unfortunately, the data is only accessible via an irc server and protocol. Hopefully I can gleen some useful information about cross-protocol communication by lokng at the source. Thank You, Brandon McGinty Alex Clemesha wrote: > On Sun, May 31, 2009 at 3:06 PM, Brandon

Re: [Twisted-Python] Twisted Question

2009-05-31 Thread Alex Clemesha
On Sun, May 31, 2009 at 3:06 PM, Brandon McGinty wrote: > Hi All, > I just subscribed to this list, after viewing tons of documents about > twisted, factories, and all the like. > Here is the situation. > I am trying to design a bridge between twisted.web and > twisted.words.protocols.irc. There i

[Twisted-Python] Twisted Question

2009-05-31 Thread Brandon McGinty
Hi All, I just subscribed to this list, after viewing tons of documents about twisted, factories, and all the like. Here is the situation. I am trying to design a bridge between twisted.web and twisted.words.protocols.irc. I have read a lot about using factories, and communicating with a central

Re: [Twisted-Python] buildProtocol never called

2009-05-31 Thread Johann Borck
travis+ml-twis...@subspacefield.org wrote: > On Sat, May 30, 2009 at 08:26:40PM -0400, Jean-Paul Calderone wrote: > >> Creating the reactor at all may create a file descriptor which is necessary >> for its operation. Closing these will very likely cause problems. >> > > This is all before

Re: [Twisted-Python] buildProtocol never called

2009-05-31 Thread travis+ml-twisted
On Sat, May 30, 2009 at 08:26:40PM -0400, Jean-Paul Calderone wrote: > Creating the reactor at all may create a file descriptor which is necessary > for its operation. Closing these will very likely cause problems. This is all before calling any Twisted routines > Also, Twisted has daemonization