On Thu, 16 Nov 2006, Marek Szczypi�~Dski wrote:
Error Type: RuntimeError
Error Value: '/' is not a writable dir; you must set environment
variable HOME to be a writable dir
Just before you import matplotlib or pylab, try this:
import os
os.environ['HOME'] = '/tmp/'
Does that help?
Also, BTW
> "Marek" == Marek Szczypiäski <[EMAIL PROTECTED]> writes:
Marek> Hello All, I've been using matplotlib for some time now,
Marek> and I want to connect it with zope. I'am using the example
Marek> code from page:
Marek> http://www.scipy.org/Cookbook/Matplotlib/Matplotlib_and_Zop