How to use Sockets with wxPython?

Josiah Carlson jcarlson at nospam.uci.edu
Mon Mar 15 18:16:22 EST 2004


>         EVT_TIMER(self, self.timer.GetId(), self.SocketPoller)

Oops, should be:

         wx.EVT_TIMER(self, self.timer.GetId(), self.SocketPoller)



More information about the Python-list mailing list