From: Michael H. <mh...@al...> - 2005-04-26 19:35:48
|
Lozza Hyde wrote: > I think I may have posted once before but I can't remember and I still > haven't sorted out my problems. > I've been trying to install gnuplot for py for nearly 6 months and > different install are giving me different problems. I'm running F3 > and the latest version of gnuplot tells me that it cannot find python... > If anyone else has had this problem could you please tell me how to > fix it??? It's a little hard to help without more information. What operating system? What exactly did you do and what error message did you get? Normally, you start python via some other mechanism then import Gnuplot via python's "import" command. So problems finding python usually have to be resolved before you can even start Gnuplot. Michael |