From: Ryan K. <rya...@gm...> - 2005-10-20 17:22:15
|
So, turning off the accelerator with wxPygtk2.6 did not solve this problem: In [2]: wx.VERSION Out[2]: (2, 6, 1, 1, 'pre') In [3]: import matplotlib.backends.backend_wxagg In [4]: matplotlib.backends.backend_wxagg._use_accelerator(False) In [5]: pylab.figure(1) ** (python:11782): WARNING **: IPP request failed with status 1030 Out[5]: <matplotlib.figure.Figure instance at 0xb52048ec> Ryan On 10/20/05, Ken McIvor <mc...@ii...> wrote: > On Oct 20, 2005, at 11:48 AM, Ryan Krauss wrote: > > But when I try and turn off the accelerator I get: > > In [4]: import matplotlib.backends.backend_wxagg > > > > In [5]: matplotlib.backends.backend_wxagg._use_accelertor(False) > > I misspelled "accelerator" in my earlier email. This should work: > > import matplotlib.backends.backend_wxagg > matplotlib.backends.backend_wxagg._use_accelerator(False) > > > Let me know if I can try anything else to trouble shoot this. I know > > it is really hard for you if you can't recreate the problem. > > I'll try to get a Ubuntu machine up and running today. I've been > meaning to check it out, so this gives me a good excuse. > > Ken > > |