[New-bugs-announce] [issue23995] msvcrt could not be imported
petrikas
report at bugs.python.org
Sat Apr 18 20:45:16 CEST 2015
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 regression from 3.4.3. Downgrading fixed the issue
----------
components: Library (Lib)
messages: 241438
nosy: petrikas
priority: normal
severity: normal
status: open
title: msvcrt could not be imported
type: crash
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23995>
_______________________________________
More information about the New-bugs-announce
mailing list