578a579 > print """Building MPL without the wxAgg accelerator""" 581c582,596 < print 'WXAgg\'s accelerator requires the wxPython headers.' --- > print """ > WXAgg's accelerator requires the wxPython headers. > > You seem to have a version of wx-config on your PATH that does not point > to the wxPython headers. You probably want a version that is stored with > the wxPython libraries. It may be in a location like: > > /usr/lib/wxPython-2.6.3.0-gtk2-unicode/bin/wx-config > > In any case, locate it, and set the WX_CONFIG > environment variable to the full path of the executable like so: > > export WX_CONFIG=/usr/lib/wxPython-2.6.1.0-gtk2-unicode/bin/wx-config > (for the bash shell) > """ 589,590c604,606 < include < directories or include directories reported by `wx-config --cppflags'.""" --- > include directories or include directories reported by `wx-config > --cppflags'. > """ 608,609d623 < <