[ZODB-Dev] fstail.py error

Martijn Faassen faassen at infrae.com
Wed Feb 25 16:34:46 EST 2004


Christian Robottom Reis wrote:

>On Wed, Feb 25, 2004 at 04:34:37PM +0100, Martijn Faassen wrote:
>  
>
>> File "/usr/lib/python2.3/site-packages/ZODB/utils.py", line 36, in u64
>>   return unpack(">Q", v)[0]
>>TypeError: unpack() argument 2 must be string or read-only buffer, not long
>>
>>Anyone know what could be going on?
>>    
>>
>
>ISTM Jeremy changed the struct format of the TRANS_HDR field for length
>for FileStorage on HEAD (it used to be an 8s, and it's now a Q); it's
>probably just a matter of doing something like:
>  
>
Thanks for the fix! I'll try it out tomorrow.


Regards,

Martijn




More information about the ZODB-Dev mailing list