Help... python2.4 and matplotlib0.83-2 on FC3

from matplotlib._nc_transforms import * ImportError:

    > /usr/lib/python2.4/site-
    > packages/matplotlib/_nc_transforms.so: undefined
    > symbol:
    > _ZNSt24__default_alloc_templateILb1ELi0EE8allocateEj
        
    > However, Numeric24 is installed (and was installed
    > before matplotlib), and import Numeric is OK.

    > BTW, I use gcc33... but i don't think it matters a
    > lot, does it ?l

Wonder if this could be a compiler version / C++ name mangling issue?
Did you compile from src? If so please rm -rf the build dir and
site-packages/matplotlib and try a clean install. If not, you may
want to contact the maintainer of the binary build you are using.

JDH