Am 18.02.2013 17:31 schrieb mikp...@gmail.com:

However I get an exception while trying to open the queue:
fout = open('/tmp/mypipe', 'w')

I don't see an exception in your answer. Where did you put it for us?


I have tried it in a command line and the call doesn't return until in another 
terminal I open the same queue for reading (???)

That's normal. An open call to a pipe blocks until someone reads from it.

But it's the same with your popen() version.


Thomas
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to