<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR></HEAD>
<BODY>
<DIV>Thanks a lot! </DIV>
<DIV>Finally it works for my purposes.</DIV>
<DIV> </DIV>
<DIV>greetings</DIV>
<DIV>Alejandro</DIV>
<DIV>> Thanks, with sendall it works nicely.</DIV>
<DIV>> But when I  try the reverse flow(that is, Racket to Python) making:</DIV>
<DIV>> ;...</DIV>
<DIV>> (display "Hello" s-out)</DIV>
<DIV>> ;or with 'print</DIV>
<DIV>> Python doesn't read with</DIV>
<DIV>> > > ></DIV>
<DIV>> > > > recv(500)</DIV>
<DIV>></DIV>
<DIV>> it locks the terminal...</DIV>
<DIV> </DIV>
<DIV>Probably this is also due to buffering.</DIV>
<DIV> </DIV>
<DIV>After:</DIV>
<DIV> </DIV>
<DIV>  (display "Hello" s-out)</DIV>
<DIV> </DIV>
<DIV>you could do:</DIV>
<DIV> </DIV>
<DIV>  (flush-output s-out)</DIV>
<DIV> </DIV>
<DIV>to flush the buffer.</DIV>
<DIV>____________________</DIV>
<DIV>  Racket Users list:</DIV>
<DIV>  <A 
href="http://lists.racket-lang.org/users">http://lists.racket-lang.org/users</A></DIV></BODY></HTML>