[Pythonmac-SIG] Numeric on OS X

Tim Lahey tjlahey@sympatico.ca
Sat, 3 Feb 2001 00:23:15 -0500


I'm trying to get Numeric to run on OS X (and Multipack for that =
matter). I've managed to get it to compile but when I run it I get the =
following:

Python 2.0 (#10, 11/12/00, 02:11:28)=20
[GCC Apple DevKit-based CPP 5.0] on Darwin1.2
Type "copyright", "credits" or "license" for more information.
>>> from Numeric import *
dyld: python multiple definitions of symbol _PyArray_API
/usr/local/lib/python2.0/site-packages/Numeric/multiarray.so definition =
of _PyArray_API
/usr/local/lib/python2.0/site-packages/Numeric/umath.so definition of =
_PyArray_API

<exit to shell>

Any suggestions on fixing this problem ?

Thanks,

Tim Lahey=