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 Bekket.McClane, vstinner
Date 2014-09-24.09:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411551720.1.0.956961903069.issue22479@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a bug in Python. The problem is that your project contains a file called "random.py" which is used instead of the random from the standard library. Rename the file (and remove random.pyc).
History
Date User Action Args
2014-09-24 09:42:00vstinnersetrecipients: + vstinner, Bekket.McClane
2014-09-24 09:42:00vstinnersetmessageid: <1411551720.1.0.956961903069.issue22479@psf.upfronthosting.co.za>
2014-09-24 09:42:00vstinnerlinkissue22479 messages
2014-09-24 09:42:00vstinnercreate