[NumPy-Tickets] [NumPy] #1322: Scipy build fails on Mac OS X 10.5.8, Numpy import fails on Mac OS X 10.5.8
NumPy Trac
numpy-tickets@scipy....
Mon Nov 29 09:10:53 CST 2010
#1322: Scipy build fails on Mac OS X 10.5.8, Numpy import fails on Mac OS X 10.5.8
-------------------------------------------------------------------+--------
Reporter: ndufour | Owner: cdavid
Type: defect | Status: new
Priority: high | Milestone: 1.5.1
Component: Official binaries | Version:
Keywords: build failure import failure multiarray.so multiarray |
-------------------------------------------------------------------+--------
Comment(by rgommers):
Are you sure you installed the matching version of Python itself from
python.org? So the dmg ending in 10.3, not 10.5?
You can check with
{{{
$ file /Library/Frameworks/Python.framework/Versions/2.7/Python
}}}
it should say
{{{
/Library/Frameworks/Python.framework/Versions/2.7/Python: Mach-O universal
binary with 2 architectures
/Library/Frameworks/Python.framework/Versions/2.7/Python (for architecture
ppc): Mach-O dynamically linked shared library ppc
/Library/Frameworks/Python.framework/Versions/2.7/Python (for architecture
i386): Mach-O dynamically linked shared library i386
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1322#comment:26>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list