[issue32287] Import of _pyio module failed on cygwin

Christian Heimes report at bugs.python.org
Tue Dec 12 06:28:43 EST 2017


Christian Heimes <lists at cheimes.de> added the comment:

The msvcrt module is part of the standard library on Windows. Your cygwin installation may be incomplete.

By the way, why are you importing a private module? _pyio isn't a public API and shouldn't be used.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32287>
_______________________________________


More information about the Python-bugs-list mailing list