Using ipython -wthread does not work either. It is the same situation as before.
And the file I edited was the matplotlibrc file. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jonathan Guyer Sent: Monday, November 09, 2009 1:46 PM To: Multiple recipients of list Subject: Re: Fipy examples freeze 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') No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.425 / Virus Database: 270.14.55/2489 - Release Date: 11/09/09 12:11:00
