[newbie] Problem with matplotlib

jenswaelkens at gmail.com jenswaelkens at gmail.com
Sat Feb 20 12:02:38 EST 2016


Op zaterdag 20 februari 2016 09:50:05 UTC+1 schreef Dave Farrance:
> 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__

Dear Farrance,
You have solved my problem, there was indeed a program which I had called numbers.py and a numbers.pyc which caused this behaviour. Thanks a lot for helping me.

kind regards,
Jens



More information about the Python-list mailing list