En Sun, 05 Jul 2009 23:06:30 -0300, tanner barnes
escribió:
I am writing a program and in one section there is going to be a lobby
with (for testing purposes) about 4 people in it. in the lobby there are
two txtctrl's the first for entering your message and the second for
displaying the
I am writing a program and in one section there is going to be a lobby with
(for testing purposes) about 4 people in it. in the lobby there are two
txtctrl's the first for entering your message and the second for displaying the
message you and the other people in the lobby type. i am trying to
On Feb 29, 9:42 am, Grant Edwards <[EMAIL PROTECTED]> wrote:
> On 2008-02-29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >> You claim to be writing a telnet server, yet I don't see any
> >> code that actually implements the telnet protocol. Different
> >> telnet clients default to different m
On 2008-02-29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> You claim to be writing a telnet server, yet I don't see any
>> code that actually implements the telnet protocol. Different
>> telnet clients default to different modes, so if you want them
>> in a certain mode, you have to put them i
On Feb 28, 11:22 pm, Grant Edwards <[EMAIL PROTECTED]> wrote:
> On 2008-02-29, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
>
> > En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió:
>
> >> Hi everyone. I'm fairly new to Python, and even more new to socket
> >> programming. I think I'v
On 2008-02-29, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
> En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió:
>
>> Hi everyone. I'm fairly new to Python, and even more new to socket
>> programming. I think I've wrapped my head around sockets, and with
>> that I want to create a Te
En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió:
> Hi everyone. I'm fairly new to Python, and even more new to socket
> programming. I think I've wrapped my head around sockets, and with
> that I want to create a Telnet-based chat server, the idea being
> people connect to the tel
Hello,
> Hi everyone. I'm fairly new to Python, and even more new to socket
> programming. I think I've wrapped my head around sockets, and with
> that I want to create a Telnet-based chat server, the idea being
> people connect to the telnet servers with their clients and they all
> communicate.
Hi everyone. I'm fairly new to Python, and even more new to socket
programming. I think I've wrapped my head around sockets, and with
that I want to create a Telnet-based chat server, the idea being
people connect to the telnet servers with their clients and they all
communicate. I've got the code