Using os.popen3() to get binary data

Christoph Krammer redtiger84 at googlemail.com
Fri Apr 6 10:23:53 EDT 2007


Just got the solution...

After sending the image data with "si.write(image)", I have to close
the pipe to tell the program to convert the image with "si.close()".
Now everything works fine.

Christoph





More information about the Python-list mailing list