Problem solved! The "gnuplot.py" installation had failed because I
wasn't in the root directory. Installing from the root directory solved
this problem!!!
-------- Original Message --------
Subject: Import Error: No module named Gnuplot
Date: Mon, 19 Sep 2005 12:34:07 -0500
From: Tom Strickland <tl...@co...>
To: gnu...@li...
As a newbie I've just installed "gnuplot.py" after installing Numeric
Python on my Mandrake Linux system. However, when I try to run "python
demo.py", I get an Import Error message: "No module named Gnuplot"
The complete output is shown below.
I don't know what the problem is or how to fix it.
Thanks for your help!
*******************************************************************************************************************************
[tom@localhost ~]$ dir
Desktop LearnPython. rpmPkgs Welcome.desktop
firefox-installer numarray-1.3.3
smoothwheel-0.44.7.20050605-fx+mz+ns+nv+tb.xpi XmaximaTut2004-1.tex
gnuplot-py-1.7 Numeric-24.0b2 thunderbird XmaximaWork2004.tex
install_flash_player_7_linux Python tmp
[tom@localhost ~]$ cd gnuplot-py-1.7
[tom@localhost gnuplot-py-1.7]$ python demo.py
Traceback (most recent call last):
File "demo.py", line 22, in ?
import Gnuplot, Gnuplot.funcutils
ImportError: No module named Gnuplot
[tom@localhost gnuplot-py-1.7]$
|