Luis Omar Barbosa García <ion...@gmail.com> writes:

> RuntimeError: '/home/ionek' is not a writable dir; you must set
> /home/ionek/.matplotlib to be a writable dir.  You can also set
> environment variable MPLCONFIGDIR to any writable directory where you
> want matplotlib data stored

Sounds like you have a problem with the permissions on your home
directory. Can you create the directory ~/.matplotlib yourself and make
it writable by yourself? The commands to do that would be something like

mkdir ~/.matplotlib
chmod u+w ~/.matplotlib

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to