Comment 3 for bug 721158

Revision history for this message
Charles Roduit (charles-roduit) wrote :

Can you try with this :

...
import matplotlib
matplotlib.use('GTKAgg')
from matplotlib.pylab import pcolor
...

because your error tells about tkinter.

Waiting for your answers.