From: Yann T. <yan...@bu...> - 2010-07-09 20:34:15
I figured things out: I was not correctly setting my PYTHONPATH environment
variable.
__init__.py in the Gnuplot directory makes the directory a package, so that
import Gnuplot
works as it should. Correct me if I'm wrong.
Thanks,
Yann <gnu...@li...>