enabling IPv6 in python

2007-09-24 Thread Piotr Dula (pdula)
Hello, How to make python support IPv6? I have IPv6 running on my host (interfaces have ipv6 addresses assigned) I tried to do: ./configure --enable-ipv6 make make install and I didn't get any error. However, IPv6 didn't work. then I tried ./configure --enable-ipv6=yes and I go

IPv6 in python

2007-09-24 Thread Piotr Dula (pdula)
Hello, How to make python support IPv6? I tried to do: ./configure --enable-ipv6 make make install and I didn't get any error. However, IPv6 doesn't seem to be working yet. then I tried ./configure --enable-ipv6=yes and I got a lot of parse errors (many pages similar to this below)