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(numbers))
>
>Cheers,
>Chris
>--
>http://blog.rebertia.com



      
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to