Description of problem: Current mpl is compiled against a newer version of numpy than is available in the current extras; mpl 0.87.7.3.fc6 is binary incompatible with current numpy 1.0.1-2.fc6. Running most of the provided mpl examples produces the error: """ RuntimeError: module compiled against version 1000009 of C-API but this version of numpy is 1000002 ... """ Version-Release number of selected component (if applicable): 0.87.7.3.fc6 How reproducible: Every time. Steps to Reproduce: 1.Install numpy and matplotlib 2.run matplotlib provided example such as logo.py 3. Actual results: see attachment Expected results: execute example without throwing RuntimeError or ImportError Additional info:
Created attachment 146359 [details] MPL RuntimeError exception
I cant reproduce this. /usr/share/doc/python-matplotlib-0.87.7/examples python logo.py works as expected for me. No errors and I get the logo in a plot window named Figure 1. python-matplotlib-0.87.7-3.fc6 numpy-1.0.1-2.fc6 What arch are you on? I have been using python-matplotlib everyday now for a couple of weeks on multiple x86 cpus to run a series of spectral analysis python scripts. -jef
Arg, sorry, disregard. Had an additional numpy installed locally where a local PYTHONPATH found it. Closing.