From: Ken M. <mc...@ii...> - 2005-10-20 16:42:03
|
On Oct 20, 2005, at 11:20 AM, Ryan Krauss wrote: > In [1]: import matplotlib.backends.backend_wxagg > In [2]: matplotlib.backends.backend_wxagg._use_accelertor(False) <snip> > Apparently I have managed to build mpl with the wxagg accelerator. > That seems odd because I started this thread because setup.py was > complaining about not having wx-config. Apparently I can't spell this morning either. That should be "_use_accelerator()". Sorry! :-/ Ken |