This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients E.Roberts, vstinner
Date 2014-12-12.12:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418385722.48.0.195108206049.issue23036@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-12-12 12:02:02vstinnersetrecipients: + vstinner, E.Roberts
2014-12-12 12:02:02vstinnersetmessageid: <1418385722.48.0.195108206049.issue23036@psf.upfronthosting.co.za>
2014-12-12 12:02:02vstinnerlinkissue23036 messages
2014-12-12 12:02:02vstinnercreate