problem with async chat client in windows

Jp Calderone exarkun at intarweb.us
Sun Jan 4 22:44:02 EST 2004


On Mon, Jan 05, 2004 at 03:02:29AM +0100, Jonas wrote:
> Hi,
> I'm writing a small chat client to learn some python and networking. No 
> problem with the network stuff tho, the problem is when the user should be 
> able to interact and type messages to send. Since I work with windows I 
> can't use the select function 

  Why not?  select works perfectly well on Windows.

  See http://www.twistedmatrix.com/

  Jp




More information about the Python-list mailing list