Thanks a lot! 
Finally it works for my purposes.

greetings
Alejandro
> Thanks, with sendall it works nicely.
> But when I  try the reverse flow(that is, Racket to Python) making:
> ;...
> (display "Hello" s-out)
> ;or with 'print
> Python doesn't read with
> > > >
> > > > recv(500)
>
> it locks the terminal...

Probably this is also due to buffering.

After:

  (display "Hello" s-out)

you could do:

  (flush-output s-out)

to flush the buffer.
____________________
  Racket Users list:
  http://lists.racket-lang.org/users


--

Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to