Just as we use socket.inet_aton() for converting Ipv4 string is there any way to convert the IPv6 address string in Windows.
The function socket.inet_pton() is only available for Unix.
So is there any other way for me to do that on windows and python 2.6 ???