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
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
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/
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