From: Basima Al-S. <bas...@mo...> - 2006-05-17 07:32:36
|
Dear all=20 I have the problem when I install the gnuplot.py package what is the step to install it .iwas follow this step Quick instructions: 1. Download gnuplot-py-1.7.tar.gz or gnuplot-py-1.7.zip. 2. Extract the archive to a temporary directory. 3. Install by changing to the directory and typing "python setup.py install". Installation on Windows ----------------------- I don't run Windows, but thanks to the help of users there is now a way to use Gnuplot.py on that platform. Any feedback or additional suggestions having to do with Windows would be especially appreciated. If you are using a version of Python prior to 2.0, you must install the quasi-standard Win32 extensions. This can be obtained from the main Windows download page:=20 http://www.python.org/download/download_windows.html Because the main MS-Windows gnuplot executable (wgnuplot.exe) doesn't accept commands on standard input, Gnuplot.py cannot communicate with it directly. However, there is a simple little program called `pgnuplot.exe' that accepts commands on stdin and passes them to wgnuplot. So to run Gnuplot.py on Windows, you need to make sure that pgnuplot.exe is installed. It comes with gnuplot since at least version 3.7.1. Alternatively you can get pgnuplot.exe alone by downloading `testing/windows-stdin.zip' from one of the gnuplot archives (e.g., <ftp://ftp.gnuplot.info/pub/gnuplot/testing/windows-stdin.zip>). Gnuplot.py uses Python distutils <http://www.python.org/doc/current/inst/inst.html> and can be installed by untarring the package, changing into the top-level directory, and typing "python setup.py install". The Gnuplot.py package is pure Python--no compilation is necessary. I don't know what are you mean by typing "python setup.py install". Whrer can I do that I was working on (win xp) I don't know how can I do I install gnuplot program and the other numeric extention and python program=20 Please help me=20 =20 |