Re: Error when executing the library reference echo server example

2007-12-10 Thread Jean-Paul Calderone
On Mon, 10 Dec 2007 06:38:57 -0800 (PST), [EMAIL PROTECTED] wrote: > [snip] > >I tried it in Linux and it worked fine so I've been trying different >things as the code seems to be correct. >Finally, I've found that if both server and client are run from IDLE, >the thing crashes with the mentioned e

Re: Error when executing the library reference echo server example

2007-12-10 Thread diego . martin . a
On Dec 10, 1:48 pm, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Mon, 10 Dec 2007 04:16:03 -0800 (PST), [EMAIL PROTECTED] wrote: > >Hi. Python newbie speaking, > > >I've copy/pasted the example of the echo server that comes in the IDLE > >documentation ("Python Library Reference" section 17.

Re: Error when executing the library reference echo server example

2007-12-10 Thread Jean-Paul Calderone
On Mon, 10 Dec 2007 04:16:03 -0800 (PST), [EMAIL PROTECTED] wrote: >Hi. Python newbie speaking, > >I've copy/pasted the example of the echo server that comes in the IDLE >documentation ("Python Library Reference" section 17.2.3) to see how >the sockets work. The only change I've made is in the host

Re: Error when executing the library reference echo server example

2007-12-10 Thread Chris
On Dec 10, 2:16 pm, [EMAIL PROTECTED] wrote: > Hi. Python newbie speaking, > > I've copy/pasted the example of the echo server that comes in the IDLE > documentation ("Python Library Reference" section 17.2.3) to see how > the sockets work. The only change I've made is in the host address > which I

Error when executing the library reference echo server example

2007-12-10 Thread diego . martin . a
Hi. Python newbie speaking, I've copy/pasted the example of the echo server that comes in the IDLE documentation ("Python Library Reference" section 17.2.3) to see how the sockets work. The only change I've made is in the host address which I've set to 'localhost' in the client. You can see the co