Gabriel Genellina wrote:
> But these are not the requested functions, inet_ntop() and inet_pton(): > > py> socket.inet_ntop > Traceback (most recent call last): > File "<stdin>", line 1, in ? > AttributeError: 'module' object has no attribute 'inet_ntop' > > Oops, my bad. Should have had more coffee before replying I guess. --Irmen -- http://mail.python.org/mailman/listinfo/python-list
