On Wed, 3 Nov 2004 18:03:33 +0100, Fredrik Jagenheim
<jagenheim at gmail.com> wrote:
> # transformed_buf = buf.pack("i") # Doesn't work either
It always helps to post code to realize that you've done a mistake. :/
buf.pack("c*") works EXACTLY like I wanted it to.
Sorry for the noise... :(
//F