wrenoud / structobject

A verbose pythonic semantic for describing binary data structures and associated python objects.
Apache License 2.0
1 stars 0 forks source link

ctype_pad doesn't work #7

Open wrenoud opened 10 years ago

wrenoud commented 10 years ago

Partial trace

  File "/structObject.py", line 173, in __init__
    self.unpack(_bin)
  File "/structObject.py", line 320, in unpack
    self._values[seg].unpack(buffer(bindata,offset))
  File "/structObject.py", line 317, in unpack
    field.unprep(values[i])
IndexError: tuple index out of range