Gnuplot.py for win32

José Luis Gallego gallegoj at unican.es
Tue Oct 10 05:21:19 EDT 2000


Hi Jannie,

Your reply has been a big relief for me. I got to use Gnuplot modifying two
lines of the gp_win32.py file:

(line 37)    gnuplot_command = 'c:\Python20\gp371w32\pgnuplot.exe'

(line 66)    from os import popen

Thank you very much,

-jose luis

"Jannie Hofmeyr" <jhsh at iafrica.com> escribió en el mensaje
news:8ru8rq$bhe$1 at nnrp1.deja.com...
> José Luis Gallego" <gallegoj at unican.es> wrote:
>
> > Does anyone know how to configure the Gnuplot.py (version 1.4) module
> for
> > Win32? I have installed Python20, Numpy, Gnuplot (gp371w32) and
> win32all.
>
> Under Python20 I had to change the following line in gp_win32.py
>
> from win32pipe import popen
>
> to
>
> from os import popen
>
> Jannie
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.





More information about the Python-list mailing list