Re: [matplotlib-devel] when $HOME filesystem not writable

2014-04-29 Thread e . breitmoser
Tom, I can use the current master branch. But in contrast to the issue on Google App Engine, the computer I am working on can see the HOME-dir, so it will set it. But then it has no read/write permissions on it (when running as a batch job). Thanks, Elena On Fri, 18 Apr 2014, Thomas Casw

Re: [matplotlib-devel] when $HOME filesystem not writable

2014-04-18 Thread e . breitmoser
Hi, I use matplotlib version 1.3.1. Elena On Fri, 18 Apr 2014, Benjamin Root wrote: > Which version of matplotlib are you using? I am fairly certain we fixed > this problem for Google App Engine, which also does not have writable home > directories. > > Ben Root > > > On Fri, Apr 4, 2014 at 4

[matplotlib-devel] when $HOME filesystem not writable

2014-04-18 Thread e . breitmoser
Hello, I run my code from a batch system, from where the $HOME-filesystem is not writable. In __init__.py in _get_home it finds ("~"), but then crashes because it doesn't have access to it. I tried to set XDG_CONFIG_HOME and MPLCONFIGDIR to circumvent this problem. But it still aborts. The on