Run,
the problems comes from the fact your Windows username contains
non-ASCII characters !
it's documented here =
https://github.com/matplotlib/matplotlib/issues/3516
I'd suggest :
1/ replacing the following line in the file
"c:\anaconda\lib\site-packages\matplotlib\__init__.py"
>> path = os.path.expanduser("~")
by:
>> path =
os.path.expanduser(b"~").decode(sys.getfilesystemencoding())
2/ update matplotlib as soon as this bugfix makes its way inside a
proper distributed version
Thomas
Le 14/10/2014 13:54, Kohtaro R. Araragi a écrit :
C:\Users\幸太郎\