Animation for WXAgg

It does have wxPython.h, it's just not in the libwxgtk2.4

    >> package. You'll need to install the libwxgtk2.4-dev package as
    >> well to get the headers.

    > I would have thought so as well. However I get:
    ....
    > A search for wxPython.h on
    > Debian -- Packages gives
    > no hits.

I found this too -- it may be rightly considered a bug in the dev
package. I checked out the src package and then copied over the
headers. The following worked for me

   apt-get source libwxgtk2.5.3
   sudo cp -a wxwidgets2.5-2.5.3.2ubuntu4/include/wx-2.5/wx/wxPython /usr/include/wx-2.5/wx/

JDH