Sorry, had not yet noticed the option for more verbosity in matplotlibrc. The
problem seems to be that some component related to wxagg wants to create the
symbol "printer" which, because my printer was called "printer", apparently
already existed. Renaming the printer on my system solved the probl
Chris Barker wrote:
> Hi all,
>
> I'm having an odd issue with the wxAgg back-end:
Update:
If I remove:
matplotlib/backends/_wxagg.pyd
The problem goes away.
It looks like that pyd is getting loaded even though I'm running wxPython2.8
However, now I get a non-valid png when I do savefig
On Dec 4, 2007 3:30 AM, Lars Friedrich <[EMAIL PROTECTED]> wrote:
> Hello,
>
> in my matplotlibrc, I use 'backend : WXAgg'. This works fine, since I
> use a wxPython shell as an interactive shell with pylab. However,
> 'WXAgg' is not in the list of possible backends given in matplotlibrc.
> Is it s