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 Bekket.McClane
Recipients Bekket.McClane
Date 2014-09-24.09:21:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411550470.24.0.951916107217.issue22479@psf.upfronthosting.co.za>
In-reply-to
Content
When I import the random module using "import random" in the command line, it worked fine. But if I import it in the file, the program will throw a strange error, but sometimes it just exit right away after the import statement with no error. Moreover, if I execute the python command line again and "import random" after that, the command line python exit right away too(with exit code 0). Only if I restarted the whole terminal program did the strange behavior gone
History
Date User Action Args
2014-09-24 09:21:10Bekket.McClanesetrecipients: + Bekket.McClane
2014-09-24 09:21:10Bekket.McClanesetmessageid: <1411550470.24.0.951916107217.issue22479@psf.upfronthosting.co.za>
2014-09-24 09:21:10Bekket.McClanelinkissue22479 messages
2014-09-24 09:21:10Bekket.McClanecreate