Hi,
Thanks for your email.
lmc...@ts... wrote:
> - There is a circularity problem in the sourceforge web page. "index.html" leads only to itself and there is no email address in the footer.
> http://gnuplot-py.sourceforge.net/doc/index.html
>
It's true that the header and footer have circular links, but there is a
useful link under the "Modules and Packages" section that leads to more
content. I used happydoc to generate those pages, and I guess it uses
the same header and footer on each page. So we should probably report
it as a bug in happydoc :-)
> - When I installed gnuplot I found it was in a "1.5" subdirectory and the rest of my python libraries were in a "1.6" subdirectory.
>
> What is a good way to deal with this? Move files or alter PYTHONPATH ?
> I have been working around the problem by simply giving the full path name to gnuplot.
>
Hmmm. Gnuplot.py installs itself with distutils, which invokes whatever
python is on your path then deduces the install directory from
sys.prefix and sys.version. Could it be that you are accidentally
running and old version of python when installing? For example, could
it be that you are installing as root, and root has a different path
than your normal user?
Just some ideas. For further ideas, I suggest you provide more
information (like which OS you are using!) and send your question to the
Gnuplot-py-users mailing list (see sourceforge for details). I have
CCed this response there, too.
Good luck,
Michael
--
Michael Haggerty
mh...@al...
|