On Nov 9, 2009, at 1:31 PM, Kevin Buckman wrote:


I tried editing the file and changing it manually, but I get this:

ImportError: Failed to import a viewer: ['matplotlib: No module named
_tkagg']

I checked and I have the backend file so not sure. I am using IPython for
these tests, by the way.

Edited what file?


Oh, I see. I meant that you should try:

  ipython -wthread

As to Travis' other suggestion, I don't understand the error message you got, but the suggested edit should be two lines:

  import matplotlib

and

  matplotlib.use('TKAgg')

Reply via email to