I have written a small HTTP server and everything is working fine locally, but I am not able to connect to the server from any other computer, including other computers on the network. I’m not sure if it is a server problem, or if I just need to make some adjustments to Windows. I turned the firewall off, so that can’t be the probelm.
I am using Python 2.6 on Windows 7.
Without any code sample I can only assume that your server is listening on some private interface like localhost/127.0.0.1 and not something that is connected to the rest of your network.