Re: socket on cygwin python

2007-06-29 Thread bacon . chao
On Jun 26, 12:49 am, Jason Tishler <[EMAIL PROTECTED]> wrote: > On Mon, Jun 25, 2007 at 01:53:18PM +0100, Michael Hoffman wrote: > > [EMAIL PROTECTED] wrote: > > > 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\li

Re: socket on cygwin python

2007-06-25 Thread Jason Tishler
On Mon, Jun 25, 2007 at 01:53:18PM +0100, Michael Hoffman wrote: > [EMAIL PROTECTED] wrote: > > 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? > >

Re: socket on cygwin python

2007-06-25 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: > 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? I don't think Cygwin supports IPv6. Use the native Windows Python. -- Micha

Re: socket on cygwin python

2007-06-24 Thread Gabriel Genellina
En Mon, 25 Jun 2007 03:03:45 -0300, <[EMAIL PROTECTED]> escribió: > So I tried to find a binary files on Python.org, but I can't find it. > Could you tell me the binary location for the file? Thank you. Go to http://www.python.org/ Click on DOWNLOAD on the left Choose the version/release/flavor y

Re: socket on cygwin python

2007-06-24 Thread bacon . chao
On Jun 25, 1:26 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] 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?

Re: socket on cygwin python

2007-06-24 Thread Martin v. Löwis
[EMAIL PROTECTED] 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, recomp

socket on cygwin python

2007-06-24 Thread bacon . chao
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? Thanks -- http://mail.python.org/mailman/listinfo/python-list