The problem is that you have a non-ASCII character in the current working directory.
This actually should not be a problem at all, but this is due to a combination of other things:
matplotlibwants to look in your current working directory for a local file matplotlibrcthat overrides your default.- Python believes that you are using the C locale instead of the pretty UTF-8 locale that Ubuntu 14 should run by default.
, script , -ASCII-.
:
- , Ubuntu 14, Anaconda matplotlib.
echo $LANG. , - UTF-8 . , AskUbuntu, .- , UTF-8.
matplotlib # 3516, # 3594, , , matplotlib 1.4.1+. . # 3487. , , $LANG , matplotlib - 1.4.0 , ( conda pip apt-get) Anaconda , ) .
, , Python 3, , , , , , . (, , , matplotlib 1.4.0 Python 3, Python 2, ... ...)