[issue24944] traceback when using tempfile module on windows

STINNER Victor report at bugs.python.org
Thu Aug 27 13:31:59 CEST 2015


STINNER Victor added the comment:

> fcntl.__file__  returns  "fcntl.py". The file is located under site-packages.

Ok, it's not a bug in Python, but in your local setup. Rename this file to fcntl.py.old, it should fix your issue.

----------
resolution:  -> not a bug
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24944>
_______________________________________


More information about the Python-bugs-list mailing list