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


------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to