Hi all I thank you all who have particapted in solving/providing good feedback to this GNUPLOT issue. I have managed to get this to work it was just simply adding the following path to the gp_win32.py file under the site packages:
gnuplot_command = r'"C:\Program Files\gp373w32\pgnuplot.exe"' many thanks Ray >-- Original-Nachricht -- >Date: Thu, 21 Apr 2005 14:30:05 -0700 >From: dreamz93 <[EMAIL PROTECTED]> >To: [email protected] >Subject: Re: [Tutor] GNUPLOT >Reply-To: dreamz93 <[EMAIL PROTECTED]> > > >Hello, > >I just ran into a similar problem. Here's what I found: > >http://sourceforge.net/tracker/index.php?func=detail&aid=416091&group_id=17434&atid=217434 > >Just follow the instructions on the link and everything should work >fine. I think it has to do with emulating the unix pipe not being >available on windows, but I'm not sure. After I did this everything >worked fine. > >Hope this works for you, >Chris > >On 4/21/05, Kent Johnson <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >> > Hi >> > >> > I have also now tried this on version 2.4 and w2k.....no luck. Anything >special >> > with installing gnuplot or just extracting it and running the .exe.. >> >> No, nothing special that I remember. This thread on c.l.python has a >> suggestion >at the end that >> might help: >> http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/523e2e6af79281af/67f29c3f09058a10?rnum=2&hl=en#67f29c3f09058a10 >> >> This thread suggests to make sure the executable is in your PATH environment >variable: >> http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/bcc75878335bf571/49322acb8520f46f?hl=en#49322acb8520f46f >> >> Actually they are both suggesting the same thing, that the exe is not being >found. >> >> Kent >> >> >> _______________________________________________ >> Tutor maillist - [email protected] >> http://mail.python.org/mailman/listinfo/tutor >> >_______________________________________________ >Tutor maillist - [email protected] >http://mail.python.org/mailman/listinfo/tutor _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
