[issue23036] Crash Error?

STINNER Victor report at bugs.python.org
Fri Dec 12 13:02:02 CET 2014


STINNER Victor added the comment:

The problem is that your student created a file called random.py which conflicts with the module "random" of the Python standard library. Please rename the random.py file to random.py and remove .pyc files (ex: random.pyc or __pycache__/random*pyc).

----------
nosy: +haypo
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list