Hello,
I have problem with generate charts with matplotlib under zope. I use
the code based on
http://www.scipy.org/Cookbook/Matplotlib/Matplotlib_and_Zope
Problem appears when the server is overloaded (even a little oveloaded)
and generally after starting zope. The image charts sometimes don't
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
Hello All,
I'am sorry, for resenting this email, but I had some problems with my
e-mail client, and (probably) lost the response (if there was any)
before I could read it. The archive of matplotlib-users list are messed
up, because the last post there is from 2006-10-02, and it prevent's me
fro
> "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
Hello All,
I've been using matplotlib for some time now, and I want to connect it
with zope. I'am using the example code from page:
http://www.scipy.org/Cookbook/Matplotlib/Matplotlib_and_Zope ,
but whenever I try to import matplotlib, and/or pylab packages i get
this error from zope:
Error T