[issue23995] msvcrt could not be imported
petrikas added the comment: Edit: I am using a windows 8.1 system and django 1.8 -- ___ Python tracker <http://bugs.python.org/issue23995> ___ ___ Python-bug
[issue23995] msvcrt could not be imported
New submission from petrikas: Python cannot access msvcrt's putwch() when using manage.py syncdb To reproduce: 1. Call manage.py syncdb and try to create a new superuser 2. It crashes after inputting email (or before asking for the password) Reproducible with 3.5a3, seems to be a regre