Quote:
Originally Posted by PoP
AttributeError: 'array.array' object has no attribute 'tostring'
|
That error is most likely the result of a change to the
array module in Python:
Quote:
New in version 3.2: tostring() is renamed to tobytes() for clarity.
|
Added: I changed the name of that function in KindleUnpack and was able to unpack that dictionary without any further errors. I have attached a copy of the modified plugin in case anyone else needs to use it.