From: Ryan K. <rya...@gm...> - 2005-10-20 14:50:08
|
Apparently, whatever this problem is, it is caused by calling pylab.figure(= #) In [1]: pylab.figure(1) ** (python:8692): WARNING **: IPP request failed with status 1030 Out[1]: <matplotlib.figure.Figure instance at 0xb517f02c> I can recreate this without any script with just that one command. I am running matplotlib 0.84, IPython 0.6.16_cvs, and scipy 0.3.3_309.4626 on ubunut Breezy 5.10. Any thoughts? Ryan On 10/19/05, Ryan Krauss <rya...@gm...> wrote: > I still haven't gotten any input on the ** (python:8999): WARNING **: > IPP request failed with status 1030 message. Anyone know why the > WXAgg backend is causing this and how to get rid of it. > In [1]: pylab.figure(1) ** (python:8692): WARNING **: IPP request failed with status 1030 Out[1]: <matplotlib.figure.Figure instance at 0xb517f02c> > On 10/19/05, Ken McIvor <mc...@ii...> wrote: > > Charlies, Chris, and Arnd: thanks for your prompt responses to Ryan's > > question! I'll write up a cookbook entry on the topic tomorrow. > > > > I've known about the missing wxPython headers for some time and have > > been corresponding with the Debian package maintainer about it. > > Apparently the headers weren't getting installed in 2.6 due to some > > Extreme Cleverness on the part of wxPython's "setup.py" and in 2.4 > > there wasn't even an attempt to install them. Last Thursday I filed > > patches on sourceforge, so hopefully this'll get fixed sometime soon. > > > > Ken > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: > > Power Architecture Resource Center: Free content, downloads, discussion= s, > > and more. http://solutions.newsforge.com/ibmarch.tmpl > > _______________________________________________ > > Matplotlib-users mailing list > > Mat...@li... > > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > > |