On Thu, Mar 10, 2005 at 05:12:19PM -0600, Peter Fein wrote: > I find I'm only able to connect from that machine (ie, localhost) > and not from others on its subnet (no firewall issues I can think > of). Use the 'host' option. E.g.: python server/simple_server.py --host=0 Using '0' means accept connections on any interface. The default is for 'host' is 'localhost'. Neil