asynchat - operation could not complete w/ blocking

Andreas R. andreas at nospam.openrts.org
Wed Mar 8 01:22:56 EST 2006


Fredrik Lundh wrote:
> "Andreas R." wrote:
> 
>> I'm using Python's asynchat module for networking.
>> When calling the sendall() method of asynchat,
>> I sometimes get the error message "the operation
>> could not complete without blocking".
> 
> what sendall method ?  to get proper output buffering with asynchat, use

Search for sendall here: 
http://svn.gna.org/viewcvs/openrts/trunk/openrts/client/networksend.py?rev=67&view=markup

That's what I was told to use here:
http://groups.google.no/group/comp.lang.python/browse_thread/thread/e8615b50ea990a5f/0a30540bd8ec9db5

That's not correct? You can try the version using sendall here:
http://svn.gna.org/daily/openrts-snapshot.tar.gz

-Andreas
www.openrts.org



More information about the Python-list mailing list