Johannes,
I just installed and tested scitools 0.7 on my MS Vista box. Got this problem:
>>> from scitools.std import *
scitools.easyviz backend is matplotlib
>>> plot([1,2,3])
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
plot([1,2,3])
File "C:\Python25\Lib\site-packages\scitools\easyviz\common.py", line 3060, in plot
self._replot()
File "C:\Python25\Lib\site-packages\scitools\easyviz\matplotlib_.py", line 906, in _replot
self._g.draw()
File "C:\Python25\lib\site-packages\matplotlib\pyplot.py", line 352, in draw
get_current_fig_manager().canvas.draw()
File "C:\Python25\lib\site-packages\matplotlib\backends\backend_tkagg.py", line 215, in draw
FigureCanvasAgg.draw(self)
File "C:\Python25\lib\site-packages\matplotlib\backends\backend_agg.py", line 314, in draw
self.figure.draw(self.renderer)
File "C:\Python25\lib\site-packages\matplotlib\artist.py", line 46, in draw_wrapper
draw(artist, renderer, *kl)
File "C:\Python25\lib\site-packages\matplotlib\figure.py", line 773, in draw
for a in self.axes: a.draw(renderer)
File "C:\Python25\lib\site-packages\matplotlib\artist.py", line 46, in draw_wrapper
draw(artist, renderer, *kl)
File "C:\Python25\lib\site-packages\matplotlib\axes.py", line 1735, in draw
a.draw(renderer)
File "C:\Python25\lib\site-packages\matplotlib\artist.py", line 46, in draw_wrapper
draw(artist, renderer, *kl)
File "C:\Python25\lib\site-packages\matplotlib\axis.py", line 742, in draw
tick.draw(renderer)
File "C:\Python25\lib\site-packages\matplotlib\artist.py", line 46, in draw_wrapper
draw(artist, renderer, *kl)
File "C:\Python25\lib\site-packages\matplotlib\axis.py", line 196, in draw
self.label1.draw(renderer)
File "C:\Python25\lib\site-packages\matplotlib\text.py", line 515, in draw
bbox, info = self._get_layout(renderer)
File "C:\Python25\lib\site-packages\matplotlib\text.py", line 279, in _get_layout
clean_line, self._fontproperties, ismath=ismath)
File "C:\Python25\lib\site-packages\matplotlib\backends\backend_agg.py", line 151, in get_text_width_height_descent
renderer=self)
File "C:\Python25\lib\site-packages\matplotlib\texmanager.py", line 601, in get_text_width_height_descent
dvifile = self.make_dvi(tex, fontsize)
File "C:\Python25\lib\site-packages\matplotlib\texmanager.py", line 371, in make_dvi
string:\n%s\nHere is the full report generated by LaTeX: \n\n'% repr(tex)) + report)
RuntimeError: LaTeX was not able to process the following string:
'$0.0$'
Here is the full report generated by LaTeX:
Please, help! I really need (and love) scitools!
Klaus Müller