Windows Python 2.5.1 IPV6 problems

"Martin v. Löwis" martin at v.loewis.de
Sun Feb 3 02:48:30 EST 2008


>     _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



More information about the Python-list mailing list