I need to write a gateway server that forwarding data between client and
data server。I use a Protocol instance for incoming connection from client,
and creating another Protocol instance to connect data server when received
data from client:
Exp.1
...
Class ToClientProtocol(Protocol):
""" Protocol
On Fri, Feb 5, 2010 at 9:23 PM, Timothy Allen wrote:
> On Fri, 5 Feb 2010 13:19:00 -0600
> Kevin Horn wrote:
> > > I'll see if I can find/make time to have a look at the CSS.
> >
> > That would be really great. There are a few things that are driving
> > me bonkers. For example: the prev/next/
On Fri, 5 Feb 2010 13:19:00 -0600
Kevin Horn wrote:
> > I'll see if I can find/make time to have a look at the CSS.
>
> That would be really great. There are a few things that are driving
> me bonkers. For example: the prev/next/index links on the right hand
> side of the gray navbar are 1 frea
Thanks, Lucas. I spent several hours struggling with this. The source code
DOES make it very obvious. :-) I hadn't realized from the buildProtocol
API documentation that it assigned the factory attribute to the protocol
instance. It's so obvious now... :-)
And, now, I understand the "magic" o
On 2/5/10 5:23 PM, Mark Bailey wrote:
> Good day, everyone:
>
> Continuing my effort to learn Python and Twisted, I need to create
> several Telnet clients and somehow send two arguments to each and
> receive data from each.
>
> I tried the same pattern that I used with the Telnet server and crea
Good day, everyone:
Continuing my effort to learn Python and Twisted, I need to create several
Telnet clients and somehow send two arguments to each and receive data from
each.
I tried the same pattern that I used with the Telnet server and created a
Factory, actually a ReconnectingClientFactory.
On Feb 5, 2010, at 3:44 PM, Kevin Horn wrote:
> On Fri, Feb 5, 2010 at 1:22 PM, sstein...@gmail.com
> wrote:
>
> On Feb 5, 2010, at 2:11 PM, Terry Jones wrote:
>
> >> - It looks fine under Google chrome
> >
> > Argh, having said that, I just noticed the table of contents is below and
> > to t
On Fri, Feb 5, 2010 at 2:38 PM, Tristan Seligmann
wrote:
> On Fri, Feb 5, 2010 at 10:18 PM, Kevin Horn wrote:
>
> > After looking at this some more, it looks as though "izip_longest" is the
> > culprit...introduced in 2.6.
> >
> > Why its giving a syntax error, though, is beyond me.
>
> The probl
On Fri, Feb 5, 2010 at 1:22 PM, sstein...@gmail.com wrote:
>
> On Feb 5, 2010, at 2:11 PM, Terry Jones wrote:
>
> >> - It looks fine under Google chrome
> >
> > Argh, having said that, I just noticed the table of contents is below and
> > to the right of the main page content. An example page tha
On Fri, Feb 5, 2010 at 10:18 PM, Kevin Horn wrote:
> After looking at this some more, it looks as though "izip_longest" is the
> culprit...introduced in 2.6.
>
> Why its giving a syntax error, though, is beyond me.
The problem is the function call syntax:
>>>row_lines = list(izip_longes
On Fri, Feb 5, 2010 at 2:16 PM, Kevin Horn wrote:
> On Fri, Feb 5, 2010 at 1:33 PM, Terry Jones wrote:
>
>> Hi Kevin
>>
>> I just tried building under Python 2.5.2 and got this:
>>
>>$ python lore2sphinx.py
>>Traceback (most recent call last):
>> File "lore2sphinx.py", line 32, in
On Fri, Feb 5, 2010 at 1:33 PM, Terry Jones wrote:
> Hi Kevin
>
> I just tried building under Python 2.5.2 and got this:
>
>$ python lore2sphinx.py
>Traceback (most recent call last):
> File "lore2sphinx.py", line 32, in
>from table import Table
> File "/home/terry/s/ne
Hi Kevin
I just tried building under Python 2.5.2 and got this:
$ python lore2sphinx.py
Traceback (most recent call last):
File "lore2sphinx.py", line 32, in
from table import Table
File "/home/terry/s/net/lore2sphinx/table.py", line 214
row_lines = list(izip_
For those that are interested, my current Sphinx versions of the docs for
the 3 Divmod projects that have Lore-format docs (Epsilon, Mantissa, and
Nevow) are here:
http://divmodsphinx.funsize.net/
They just use the default Sphinx theme at the moment.
Enjoy!
Kevin Horn
__
On Feb 5, 2010, at 2:11 PM, Terry Jones wrote:
>> - It looks fine under Google chrome
>
> Argh, having said that, I just noticed the table of contents is below and
> to the right of the main page content. An example page that exhibits this
> is http://twistedsphinx.funsize.net/projects/conch/ho
On Feb 5, 2010, at 2:11 PM, Terry Jones wrote:
>> - It looks fine under Google chrome
>
> Argh, having said that, I just noticed the table of contents is below and
> to the right of the main page content. An example page that exhibits this
> is http://twistedsphinx.funsize.net/projects/conch/ho
On Fri, Feb 5, 2010 at 1:11 PM, Terry Jones wrote:
> > - It looks fine under Google chrome
>
> Argh, having said that, I just noticed the table of contents is below and
> to the right of the main page content. An example page that exhibits this
> is http://twistedsphinx.funsize.net/projects/con
On Fri, Feb 5, 2010 at 1:00 PM, Terry Jones wrote:
> Hi Kevin
>
> I think this is looking really good. Here are a few superficial / quick
> comments.
>
> - It looks fine under Google chrome
>
Good to hear!
- You could reduce visual repetition / density of some of the high-level
> pages by
> - It looks fine under Google chrome
Argh, having said that, I just noticed the table of contents is below and
to the right of the main page content. An example page that exhibits this
is http://twistedsphinx.funsize.net/projects/conch/howto/conch_client.html
Terry
___
Hi Kevin
I think this is looking really good. Here are a few superficial / quick
comments.
- It looks fine under Google chrome
- You could reduce visual repetition / density of some of the high-level
pages by taking out a word like "Documentation" which appears in the
heading and on ever
This time on "How the Docs Conversion Turns"...
Moving along at about the same pace, but this time have some very visible
results!
Here's the latest:
- The generated toctree directives now preserve the order of the links
from the original source documents. This makes the "prev"/"next"
21 matches
Mail list logo