From: John H. <jdh...@ac...> - 2004-03-08 16:37:32
|
>>>>> "John" == John Wohlbier <jd...@go...> writes: John> Another clue, when I try another example with wx I get: John> wohlbier@gyrotwystron examples $ python dynamic_demo_wx.py John> Traceback (most recent call last): File John> "dynamic_demo_wx.py", line 34, in ? from John> matplotlib.backends import Figure, Toolbar, FigureManager John> ImportError: cannot import name Figure wohlbier@gyrotwystron John> examples $ John> Does this mean anything? Well, it appears dynamic_demo_wx has not been updated to the latest API. Ignore this one for now. What happens when you do > python2.3 simple_plot.py -dWX Does it help to do > python2.3 embedding_in_wx.py -dWX It shouldn't because you have selected wx as your default backend in matplotlibrc, but I find your problem a little mysterious so I'm grasping here. Please send me the embedding_in_wx.py you are trying to run as an attachement so I can see if I can replicate it on my system. JDH |