Re: socket and os.system

2005-08-05 Thread Peter Hansen
Donn Cave wrote: > Peter Hansen <[EMAIL PROTECTED]> wrote: >>PLEASE learn to format your questions more appropriately! Your post is >>simply _awful_ to read. ... > > For heaven's sake, it wasn't that hard to read. My apologies to the original poster. I did find it very hard to read with th

Re: socket and os.system

2005-08-05 Thread Donn Cave
In article <[EMAIL PROTECTED]>, Peter Hansen <[EMAIL PROTECTED]> wrote: > mfaujour wrote: > > I HAVE THIS PYTHON PROGRAMM: > [snip] > > > socket.error: (98, 'Address already in use') > > > > DOES SOMEONE HAS AN IDEA ? > > PLE

Re: socket and os.system

2005-08-03 Thread Peter Hansen
mfaujour wrote: > I HAVE THIS PYTHON PROGRAMM: [snip] > socket.error: (98, 'Address already in use') > > DOES SOMEONE HAS AN IDEA ? PLEASE learn to format your questions more appropriately! Your post is simply _awful_ to read

Re: socket and os.system

2005-08-03 Thread Mandus
Wed, 03 Aug 2005 15:46:50 - skrev mfaujour: > > I HAVE THIS PYTHON PROGRAMM: > [snip] welcome to usenet! Maybe you get an answer if you doesn't shout that much. Or maybe you just have a problem with you Caps Lock? -- Man

socket and os.system

2005-08-03 Thread mfaujour
I HAVE THIS PYTHON PROGRAMM: [test]$ cat socpb.py import BaseHTTPServer, SocketServer, os, socket, threading