Bug 224069

Summary: matplotlib 0.87.7.3 broken against numpy 1.0.1-2. Compiled against different numpy version.
Product: [Fedora] Fedora Reporter: Mark Heslep <mark>
Component: python-matplotlibAssignee: Orion Poplawski <orion>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: jspaleta
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-23 22:45:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
MPL RuntimeError exception none

Description Mark Heslep 2007-01-23 21:26:31 UTC
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:

Comment 1 Mark Heslep 2007-01-23 21:26:31 UTC
Created attachment 146359 [details]
MPL RuntimeError exception

Comment 2 Jef Spaleta 2007-01-23 22:12:39 UTC
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

Comment 3 Mark Heslep 2007-01-23 22:45:04 UTC
Arg, sorry, disregard.  Had an additional numpy installed locally where a local
PYTHONPATH found it. Closing.