socket on cygwin python

"Martin v. Löwis" martin at v.loewis.de
Mon Jun 25 01:26:33 EDT 2007


bacon.chao at gmail.com schrieb:
> I've installed cygwin with latest python 2.5.1, but it seems that the
> socket lib file do NOT support IPv6(cygwin\lib\python2.5\lib-dynload
> \_socket.dll), what can I do if I want to use IPv6?

Use the Python binaries from python.org. If that is not acceptable,
recompile Python for Cygwin to use WinSock2.

Regards,
Martin



More information about the Python-list mailing list