I can connect to a local python webserver via 'http://localhost:8000/' and '127.0.0.1:8000/' However, I couldn't do something like 'http://192.168.1.2:8000/' The browser just prompt "could not connect to 192.168.1.2:8000/"
Any idea how to fix this? From another computer on the same network also can't connect to http://192.168.1.2:8000/
The machines are Windows 7 Home premium.