Module msvcrt for Python
Virgil Stokes
vs at it.uu.se
Sun Dec 18 06:52:51 EST 2011
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 :-)
More information about the Python-list
mailing list