socket.recvfrom() & sendto()

Greg Ewing see at my.signature
Thu May 10 00:02:08 EDT 2001


Ron Johnson wrote:
> 
> That works on unices, but not on Win32, according to the python.org
> documentation, and my wife wants to play the game on her PC...

Tell her to install Linux. :-)

Alternatively, I believe there is a way around this by
using lower-level Windows-specific calls instead of
the socket stuff, but I don't know any details. You'll
need a Windows guru if you want to go that route.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list