Re: Windows Python 2.5.1 IPV6 problems

2008-02-03 Thread Thomas DiZoglio
Hi, Thanks for the help. I had to make family and int. It was defined as socket.AF_INET6 and for some reason not making that an int. It is fix now. --- t0md --- "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > _sock = _realsocket(family, type, proto) > > TypeError: an intege

Re: Windows Python 2.5.1 IPV6 problems

2008-02-02 Thread Martin v. Löwis
> _sock = _realsocket(family, type, proto) > TypeError: an integer is required So what values have family, type, and proto at that point? Edit socket.py to find out. Could it be that you also need to set socketType for your Port subclass? Regards, Martin -- http://mail.python.org/mailman/li

Windows Python 2.5.1 IPV6 problems

2008-02-02 Thread Thomas DiZoglio
Hi, I'm trying to get some IPV6 python code running under Windows. I have installed Python 2.5.1 for Windows using the binaries from python.org. I'm a newbie to Python programming as well. The code works fine under Debian and MacOSX (both using Python 2.5) I have rebuilt the python binaries from