i have implemented a small client server model to do file transfer<br>
over a LAN network.<br>
<br>
It work with some machines on the network and on others it doesnt.<br>
when i run the server.py file in some machine then it pops up a<br>
windows security alert.<br>
<br>
The message is as follows:<br>
<br>
      Do you want to keep blocking this program?<br>
there are three options below it. 1. Keep Blocking 2. Unblock 3. Ask<br>
Me later.<br>
<br>
I selected the option  unblock.Even then the client and server are not<br>
able to communicate.<br>
I get a error saying that:-<br>
<br>
socket.error: (10060, 'Operation timed out')<br>
<br>
I guess its a firewall problem... How do i go abt it?????<br>
any help?