Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Module msvcrt for Python

825 views
Skip to first unread message

Virgil Stokes

unread,
Dec 18, 2011, 5:31:33 AM12/18/11
to pytho...@python.org
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 :-)

Virgil Stokes

unread,
Dec 18, 2011, 6:52:51 AM12/18/11
to pytho...@python.org
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 :-)
0 new messages