|
From: Werner F. B. <wer...@fr...> - 2010-05-19 09:28:11
|
On 19/05/2010 01:17, New2Python wrote: > Thanks, I changed the matplotlibrc file to use the WXAgg backend and then had > to copy the file into the mpl.get_configdir() and in my local working dir > for it to work. > > The file runs however a python error screen pops up and then closes without > giving me the chance to read it, anybody know how to stop the window from > closing so quickly > You have probably set "wx.App(redirect=True)", change to "False" and then you should see the exception in your IDE. Werner |