newbie question on gnuplot.py

peter piotrus at sympatico.ca
Fri Apr 16 04:23:41 EDT 2004


"SunX" <xiaohua_sun at yahoo.com> wrote in message
news:337e6cd5.0404152030.17da017e at posting.google.com...
> I've got python, Numeric, gnuplot all installed but am having a hard
> time to install gnuplot.py correctly.  Tried to follow the documents,
> including the readme, ... but always getting "ImportError: No module
> named gnuplot" or "ImportError: No module named Gnuplot".  And my
> directorey only has _Gnuplot.py, not Gnuplot anyway.
> Help please.

you should probably look where Gnuplot.py got installed (have no idea what
platform you're on, or how you installed it) and make sure that this
directory is in your PYTHONPATH..

also, since you're looking at plotting packages, you might want to check out
matplotlib..
cheers.
peter





More information about the Python-list mailing list