On 18-Dec-2011 11:31, Virgil Stokes wrote:
I am running Python 2.6.6 on a Windows Vista platform and for some reason the module msvcrt is not present.

How can I install the msvcrt module in my Python 2.6.6?

God Jul :-)
I found the problem!

My code was using Python 2.5 (inside cygwin) by default and there it was unable to import msvcrt. But, when I ran the same code in my Python 2.6 installation it worked as it should (msvcrt module was imported). Sorry for the "noise".

Best :-)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to