[newbie] Problem with matplotlib

Dave Farrance df at see.replyto.invalid
Sat Feb 20 03:49:53 EST 2016


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__



More information about the Python-list mailing list