From: Michael H. <hag...@jp...> - 2002-08-29 09:53:55
|
Dear Andrey or Andre, I am forwarding this question to the gnuplot-py-users list. I suggest you join this list if you are interested in Gnuplot.py issues. You can do so at http://lists.sourceforge.net/lists/listinfo/gnuplot-py-users Andre Revyakin writes: > Dear Michael, > > I attempted to install Gnuplot.py on Win98 having numpy and gnuplot > installed and had no luck. I extracted the content > of the package into python22/gnuplot > directory, then from within python22 I typed python gnuplot/setup.py > build, then python gnuplot/setup.py install. Then I tried importing > Gnuplot from python shell and it could not do that. > The error messages that I get are attached. I would greatly appreciate > your assistance. Thank you in advance, > > Andrey Revyakin, Ph D student. I don't use windows so I can't help too much. But it seems strange that you extracted the contents to python22/gnuplot and then ran setup.py--normally you would do one or the other: 1. Extract it to python22/Gnuplot then it should be ready to run, or 2. Extract it elsewhere and then run setup.py which installs it to python22/Gnuplot. Method 2 is generally recommended. Maybe this helps? Michael -- Michael Haggerty hag...@jp... |