From: Ryan K. <rya...@gm...> - 2005-10-18 23:25:30
|
Thanks to Arnd and Chris I think I am getting close. I can now compile without any error messages that I see. But then I run a script that plots something using WXAgg I get this message that keeps coming up every few seconds after the script has run: ** (python:8999): WARNING **: IPP request failed with status 1030 Running the same script with the TkAgg backend does not produce this error. Either backend produces the same nice looking plots. What do I do next? Thanks, Ryan On 10/18/05, Chris Barker <Chr...@no...> wrote: > Ryan Krauss wrote: > > I have installed libwxgtk2.6-dev and the message about wx-config has > > gone away but it now says it needs the wxPython headers. I downloaded > > the source tarball. What headers does it want and where do I put them > > so mpl finds them? (I can't find another recent thread about this). > > Maybe it was on the Python-mac list.... > > This is what I have, on my Fedora core 4 system (wxPython installed from > the src rpm): > > In: > /usr/lib/wxPython-2.6.1.0-gtk2-unicode/include/wx-2.6/wx/wxPython/ > > printfw.h pyclasses.h pydrawxxx.h pyistream.h pytree.h wxPython.h > wxPython_int.h > > I don't know if you need all of those, but they'll probalby all come > together anyway. > > -Chris > > > -- > Christopher Barker, Ph.D. > Oceanographer > > NOAA/OR&R/HAZMAT (206) 526-6959 voice > 7600 Sand Point Way NE (206) 526-6329 fax > Seattle, WA 98115 (206) 526-6317 main reception > > Chr...@no... > |