On Jan 29, 2008 1:59 PM, Joe Riopel <goon12 at gmail.com> 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.