On Sep 28, 2006, at 4:35 PM, hzhatlboro wrote:
I installed FiPy v1.1 on windows XP following the instructions on
your website. One exception is that the link to http://
download.enthought.com/enthought_python-2.3.5-1076-wx26-n238.exe is
not valid any more. I downloaded
Release 0.9.9 (2006-09-14 20:52)
Python 2.3.5 - Windows enthon-python2.3-0.9.9.exe 113 MB
instead.
Thanks for letting us know about the obsolete link.
I am wondering why I got the following errors when I tried to run
the first example in the manual:-
ImportError: Failed to import a viewer: ['gistViewer: No module
named gist', 'gnuplotViewer: No module named Gnuplot',
'matplotlibViewer: float division', 'mayaviViewer: Mayavi does not
display useful 1D data', "multiViewer: 'module' object has no
attribute 'make'", "tsvViewer: 'module' object has no attribute
'make'", "viewer: 'module' object has no attribute 'make'"]
FiPy tries a bunch of different things to get a display viewer,
because different things work on different platforms, so we tried to
be flexible. The only error that's important here is
'matplotlibViewer: float division'.
This tells me that you have matplotlib installed, but that it can't
plot the graph for some reason. I don't have this problem, but I
don't run Windows. We'll try to diagnose at our end and will let you
know if we need more information from you.