On Jan 29, 2008 1:59 PM, Joe Riopel <[EMAIL PROTECTED]> wrote:
> When reading the file, try using
> file = open('data.bin', 'rb')
> file.seek(0)
> raw = file.read()
>
> Do the unpack on "raw".


Ignore this, sorry for the confusion.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to