johannesring / scitools

Automatically exported from code.google.com/p/scitools
Other
0 stars 0 forks source link

Backend issue with Gnuplot #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open python in terminal
2. Test successful installation of scitools: from scitools.all import * 
3. Error: scitools.easyviz backend is gnuplot

What is the expected output? What do you see instead?
-

What version of the product are you using? On what operating system?
Scitools v0.6 on Mac OS X Snow Leopard (10.6.2)

Please provide any additional information below.
Having issues getting scitools installed with Gnuplot...

I have installed scitools via the installation instructions, however anytime I 
try to import the 
scitools module I get the error "scitools.easyviz backend is gnuplot."

I looked up the documentation for scitools online 
(http://code.google.com/p/scitools/wiki/EasyvizDocumentation#Check_You_Backends!
). 
Gnuplot is working correctly. The Gnuplot exec file is located in 
/opt/local/bin, which is indeed 
registered to my PATH variable. Also, I have installed gnuplot.py and 
everything appears okay on 
that end.

Not sure what the issue is, this is my first time trying to use scitools. I 
tried searching online for 
a solution but came up short.

Thanks!

Original issue reported on code.google.com by zigmundb...@gmail.com on 4 Jan 2010 at 4:38

GoogleCodeExporter commented 9 years ago
Also, I am running Python 2.6.1 (r261:67515, Jul  7 2009, 23:51:51).

Original comment by zigmundb...@gmail.com on 4 Jan 2010 at 8:04

GoogleCodeExporter commented 9 years ago
The message "scitools.easyviz backend is gnuplot" is not an error message. It 
only
tells you that SciTools will use Gnuplot as the plotting engine. If you don't 
like
the message to be shown, you can set the verbosity level to 0 in scitools.cfg.

Original comment by johannes...@gmail.com on 12 Jan 2010 at 11:20