[Matplotlib-users] trouble importing pylab using cgi script

2007-07-22 Thread JJ
Hello all: I am developing a website, initially on my local machine using the apache httpd server. My linux box has scipy/numpy/pylab installed, and they work fine from a terminal. However, I need to use the programs in a cgi script and am having problems getting them to import. When I try to im

Re: [Matplotlib-users] trouble importing pylab using cgi script

2007-07-22 Thread John Hunter
On 7/22/07, JJ <[EMAIL PROTECTED]> wrote: > Hello all: > I am developing a website, initially on my local > machine using the apache httpd server. My linux box > has scipy/numpy/pylab installed, and they work fine > from a terminal. However, I need to use the programs > in a cgi script and am hav

Re: [Matplotlib-users] trouble importing pylab using cgi script

2007-07-22 Thread JJ
Sorry to bother -- The answer to my question was at: http://www.scipy.org/Cookbook/Matplotlib/Using_MatPlotLib_in_a_CGI_script John --- JJ <[EMAIL PROTECTED]> wrote: > Hello all: > I am developing a website, initially on my local > machine using the apache httpd server. My linux box > has scipy/