build errors

I just updated from cvs (Dec 3, 2:56 EST) and got the following errors when I
tried to build:

/usr/lib64/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py:13155:
UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
  File "setup.py", line 257, in ?
    template = file('matplotlibrc.template').read()
IOError: [Errno 2] No such file or directory: 'matplotlibrc.template'

The wxWidgets error is probably an issue with my system. Did someone forget to
add matplotlibrc.template during a recent commit?

Darren