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

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