On 13 Aug 2010, at 13:04, Riccardo Veraldi wrote:
> Hello.
> I have a script running fine on python 2.4 and python 2.6.2
>
> the same script fails on python 2.6.5 and python 2.7 with the folowing error.
>
>
> File "/opt/python2.7/lib/python2.7/site-packages/dns/tsig.py", line 88
> time_mac = struct.pack('!HIH', upper_time, lower_time, fudge)
> struct.error: cannot convert argument to integerThis is a bug in dnspython, introduced in dnspython 1.8.0. You can either clone a copy of the dnspython master branch or apply the following patch. The bug will be fixed in the next release of dnspython, which I'll try to do pretty soon as it's been awhile! /Bob
fix_update.patch
Description: Binary data
_______________________________________________ dnspython-users mailing list [email protected] http://howl.play-bow.org/mailman/listinfo.cgi/dnspython-users
