Help! this is driving me crazy lol I want to print raw binary data to display an image file BUTpython3 outputs b'<binary data>' instead of <binary data>.... so the browser can't read the image!!
f = open("/some/path/%s" % x, 'rb') print(f.read()) any idea? Dorian -- http://mail.python.org/mailman/listinfo/python-list