[Matplotlib-users] GTk backend problem

2010-08-10 Thread Antonino Cucchiara
Hello, I recently upgraded to Enthought python 2.6 an so I have now matplotlib 0.99.3 My scripts now no longer seem to find the pyGTK since when I run them I got this message: Traceback (most recent call last): File "./sed_plotb_v2.py", line 14, in from pylab import * File "/Library

Re: [Matplotlib-users] GTk backend problem

2010-08-09 Thread Friedrich Romstedt
2010/8/9 Antonino Cucchiara : > Hello, > I recently upgraded to Enthought python 2.6 an so I have now matplotlib > 0.99.3 > My scripts now no longer seem to find the pyGTK since when I run them I got > this message: > > [...] Where was your original pygtk installed, and what was your previous Pyth

[Matplotlib-users] GTk backend problem

2010-08-09 Thread Antonino Cucchiara
Hello, I recently upgraded to Enthought python 2.6 an so I have now matplotlib 0.99.3 My scripts now no longer seem to find the pyGTK since when I run them I got this message: Traceback (most recent call last): File "./sed_plotb_v2.py", line 14, in from pylab import * File "/Library/

[Matplotlib-users] GTK backend problem

2007-03-16 Thread liujiaping
Hi, all. I have a problem when using matpltlib and pygtk. When I draw a very very long line in a figure, the line cannot be drawn as it should be. For example, consider the codes below: -Beginning of codes-- #!/usr/bin/env python import gtk from matplotlib