What are the details of the python installation that comes with the LyX 2.0 
Windows binary? 

I'm the author of LyXBlogger, which runs on Python and requires the "socket" 
module. But LyXBlogger is failing when run from the Python that comes in the 
LyX 2.0 Windows binary. An easy way to replicate the error is to simply open a 
python shell and type "import socket"

And Python replies with an error, the punch line being:

    ImportError: No module named _socket

Is this a limited version of Python? If so, is there an easy way to add the 
'_socket' module to it, or is a complete reinstall of Python required?  

Jack Desert

Reply via email to