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 ragreddy
Recipients ragreddy
Date 2016-04-13.00:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460509006.04.0.361461231746.issue26743@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I am trying to import random on a power pc based machine and I see this exception. Could you please help me?

root@host# python
Python 2.7.3 (default, Apr  3 2016, 22:31:30)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import random
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/random.py", line 58, in <module>
    NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
ValueError: math domain error
>>>
History
Date User Action Args
2016-04-13 00:56:46ragreddysetrecipients: + ragreddy
2016-04-13 00:56:46ragreddysetmessageid: <1460509006.04.0.361461231746.issue26743@psf.upfronthosting.co.za>
2016-04-13 00:56:45ragreddylinkissue26743 messages
2016-04-13 00:56:45ragreddycreate