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)

Re: Query regarding support for IPv6 in python

2006-04-26 Thread Heiko Wundram
Am Mittwoch 26 April 2006 17:02 schrieb Pramod TK: > 1. Does python support IPv6? [128 bit IP addresses?] Yes. > 2. Does it support setting of QoS flags? Yes. That's a socket option which you can set just as you would set it using C (at least under Unix, under Windows: no idea). > 3. Does it s

Re: Query regarding support for IPv6 in python

2006-04-26 Thread Martin v. Löwis
Pramod TK wrote: > Is this new function getaddrinfo() of IPv6 is supported in Win32 Extensions > for python. Yes, since Python 2.4 (actually, not in the Win32 extensions, but in the standard Python socket module for Win32). Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Query regarding support for IPv6 in python

2006-04-26 Thread Sybren Stuvel
Pramod TK enlightened us with: > 1. Does python support IPv6? [128 bit IP addresses?] Yes. > 2. Does it support setting of QoS flags? No idea. > 3. Does it support tunneling of IPv6 on a IPv4 network? IIRC that's the OS's job, not Python's. > 4. If an IPv4 address is given, does it support th

Query regarding support for IPv6 in python

2006-04-26 Thread Pramod TK
Hello All, I have some queries related to python support for IPv6. Can you kindly clarify the doubts which I have - 1. Does python support IPv6? [128 bit IP addresses?] 2. Does it support setting of QoS flags? 3. Does it support tunneling of IPv6 on a IPv4 network? 4. If an IPv4 address is given,