Re: No module named _socket, on windows

2023-02-26 Thread 2QdxY4RzWzUUiLuE
On 2023-02-25 at 15:58:35 -0800, ofek shulberg wrote: > On Monday, January 4, 2010 at 9:19:21 PM UTC+2, Gabriel Genellina wrote: > > En Mon, 04 Jan 2010 14:24:22 -0300, louisJ escribi�: > > > I installed python 2.6 (from python.org) for windows XP, and then > > > Pylab. > > > When I type "import

Re: No module named _socket, on windows

2023-02-25 Thread ofek shulberg
On Monday, January 4, 2010 at 9:19:21 PM UTC+2, Gabriel Genellina wrote: > En Mon, 04 Jan 2010 14:24:22 -0300, louisJ escribi�: > > I installed python 2.6 (from python.org) for windows XP, and then > > Pylab. > > When I type "import pylab" in a python shell it shows the error: > > > > ImportError:

Re: No module named _socket, on windows

2010-01-04 Thread louisJ
I don't know what happened or what I did in the meantime but it works now...no more errors. Gabriel, for information now I have: >>> import socket >>> socket._socket Thank you anyway. -- http://mail.python.org/mailman/listinfo/python-list

Re: No module named _socket, on windows

2010-01-04 Thread Gabriel Genellina
En Mon, 04 Jan 2010 14:24:22 -0300, louisJ escribió: I installed python 2.6 (from python.org) for windows XP, and then Pylab. When I type "import pylab" in a python shell it shows the error: ImportError: No module named _socket Open the Python command line, type the following lines, and tell

No module named _socket, on windows

2010-01-04 Thread louisJ
Hi I installed python 2.6 (from python.org) for windows XP, and then Pylab. When I type "import pylab" in a python shell it shows the error: ImportError: No module named _socket Any idea what can I do to make this work? thank you -- http://mail.python.org/mailman/listinfo/python-list