Closed GoogleCodeExporter closed 9 years ago
Discovered there was an instance of long() in the file that would likely cause
a problem on Python3, since there is no long function defined.
Reuploading the possible patch-fix as an attachment.
Original comment by maty...@gmail.com
on 12 Mar 2012 at 9:11
Attachments:
I ran into this same problem today while trying to run Python 3.4. Any word
whether this patch (or some other variant) will be merged soon?
Original comment by sta...@gmail.com
on 21 Mar 2014 at 11:45
If you're using python3 (> 3.1 I think), you should be using ipaddress which is
part of the stdlib.
Original comment by pmo...@google.com
on 23 Apr 2014 at 3:35
Original issue reported on code.google.com by
maty...@gmail.com
on 9 Mar 2012 at 10:01Attachments: