Select on Win XP

Josiah Carlson jcarlson at nospam.uci.edu
Wed Mar 17 21:40:55 EST 2004


[snip description]
> Hoepfully I am doing something wrong on the Win system.
> Any help would be appreciated.
[snip code]

I checked the raw socket code on my machine and didn't have any issues. 
  You should check:
...
def button_cb(button):
     my_sock.sendto(data, (SERVERADDR, SERVERPORT))
...
with a print statement to make sure that is actually getting called.

  - Josiah



More information about the Python-list mailing list