pylab import fails with numarray in CVS

Running python -c "import pylab" fails if numarray is

    > specified in .matplotlibrc. Failure is due to ticker.py
    > attempting to import numerix.average which is only
    > present using the Numeric backend.

Fixed in CVS ticker.py revision: 1.26

Thanks!
JDH