Reading binary data

Aaron Scott aaron.hildebrandt at gmail.com
Wed Sep 10 13:43:31 EDT 2008


> signature, version, attr_count = struct.unpack('3cII',
> yourfile.read(11))
>

This line is giving me an error:

Traceback (most recent call last):
  File "test.py", line 19, in <module>
    signature, version, attr_count = struct.unpack('3cII',
file.read(12))
ValueError: too many values to unpack



More information about the Python-list mailing list