This is a shot in the dark, but I've seen this before when matplotlib
didn't get fully rebuilt after a numpy upgrade.
Mike
On 08/04/2011 01:13 PM, Alexey Uimanov wrote:
> here is the sample code "embedding_in_gtk2.py"
>
> 6 import gtk
> 7
> 8 from matplotlib.figure import Figure
> 9 from
here is the sample code "embedding_in_gtk2.py"
6 import gtk
7
8 from matplotlib.figure import Figure
9 from numpy import arange, sin, pi
10
11 # uncomment to select /GTK/GTKAgg/GTKCairo
12 #from matplotlib.backends.backend_gtk import FigureCanvasGTK as FigureCanvas
13 from matplotlib.backends.