noob stuck on reading double

Joe Riopel goon12 at gmail.com
Tue Jan 29 14:02:29 EST 2008


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.



More information about the Python-list mailing list