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

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