[Matplotlib-users] matplotlib and zope problem

2007-02-09 Thread Krzysztof Malik
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

Re: [Matplotlib-users] matplotlib and zope problem

2006-11-16 Thread Asheesh Laroia
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

[Matplotlib-users] matplotlib and zope problem

2006-11-16 Thread Marek Szczypiński
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

Re: [Matplotlib-users] matplotlib and zope problem

2006-11-13 Thread John Hunter
> "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

[Matplotlib-users] matplotlib and zope problem

2006-11-13 Thread Marek Szczypiński
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