[MSNoise] compatibility at Windows 8.1?

Thomas Lecocq thomas.lecocq at oma.be
Tue Oct 14 12:00:30 UTC 2014


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\幸太郎\



More information about the MSNoise mailing list