Closed GoogleCodeExporter closed 9 years ago
Ok got the latest version ran setup.py and then
import ipaddr
no error, ok
but then i did
ipaddr.IPv4Address('1.1.1.1')
and got this:
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
File "C:\Python31\lib\site-packages\ipaddr.py", line 1197, in __init__
if isinstance(address, (int, long)):
NameError: global name 'long' is not defined
Original comment by guillerm...@gmail.com
on 5 Mar 2011 at 8:04
run test2to3.sh and use the resulting output (should be under 2to3output/)
Original comment by pmo...@google.com
on 6 Mar 2011 at 8:40
Original issue reported on code.google.com by
guillerm...@gmail.com
on 5 Mar 2011 at 7:37