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
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
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/