Hi Chris,
Aha! yes, you figured it out. My PYTHONPATH env variable had an
old experiment in it, which happened to be called
numbers.py. Take it out, and decimal.py works fine.
Thank you, Bob
>What does the following output for you?:
>
>import numbers
>print(numbers.__file__)
>print(dir(numbe
I have a 'Python 2.7' installed.
It seems like the decimal.py module that comes with the Python2.7 package is
not
working. I hope I'm wrong, but here's why I think so:
If I simply try to import the module, I get this error:
>>> import decimal
Traceback (most recent call last):
File "", line