It occurs to me now that the trackback might misidentify the module in use, if say, you'd named a file "numbers.py" then got rid of it later leaving a "numbers.pyc" somewhere. If so, see where it is:
import numbers print numbers.__file__ -- https://mail.python.org/mailman/listinfo/python-list