hi
im new to gnuplot...so new,that after indeterminant number of attempts to
install gnuplot.py., im still trying to do same
i have downloaded gnuplot-py-1.7.tar & untarred it
even gave python setup.py install in directory created by untarring
It seemingly installs gnuplot correctly
but i cannot use it from a python ide
it gives following traceback
import Gnuplot,Gnuplot.funcutils
File "/usr/local/lib/python2.5/site-packages/Gnuplot/--init--.py" , line 165
, in <module>
from gp import Gnuplot0pts , GnuplotProcess, test_persist
File "/usr/local/lib/python2.5/site-packages/Gnuplot/gp.py", line 41, in
<module>
from gp_unix import Gnuplot0pts , GnuplotProcess, test_persist
File "/usr/local/lib/python2.5/site-packages/Gnuplot/gp_unix.py", line 116,
in <module>
from os import popen
File "/usr/local/lib/python2.5/site-packages/Gnuplot/os.py", line 134, in
<module>
from os.path import
(curdir,pardir,sep,pathsep,defpath,extsep,altsep.devnull)
ImportError:No module named path
Note:(I have manually copied this traceback ,so,pls ignore trivial errors)
Also i don't get wgnuplot..exe in tar
Also,where should Numeric be installed.,,in directory of gnuplot or in of
python
Kindly help
--
View this message in context: http://www.nabble.com/problem-in-installation-of-gnuplot-tp16716410p16716410.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|