<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:12pt;color:#000000;"><div><pre>Hi Chris, <br><br>Aha! yes, you figured it out. My PYTHONPATH env variable had an <br>old experiment in it, which happened to be called <br>numbers.py. Take it out, and decimal.py works fine.<br><br>Thank you, Bob<br><br><i></i><br>>What does the following output for you?:<br>><br>>import numbers<br>>print(numbers.__file__)<br>>print(dir(numbers))<br>><br>>Cheers,<br>>Chris<br>>--<br>><a href="http://blog.rebertia.com/">http://blog.rebertia.com</a><br></pre></div>
</div><br>
</body></html>