[Numpy-discussion] Import error in builds of 7726

Robert Kern robert.kern at gmail.com
Sun Dec 13 02:25:12 EST 2009


On Sun, Dec 13, 2009 at 00:37, David Cournapeau <cournape at gmail.com> wrote:
> On Sun, Dec 13, 2009 at 4:27 AM, Chris <fonnesbeck at gmail.com> wrote:
>> Here is a log form a build of svn rev 7996 with no LDFLAGS specified, as
>> recommended by Robert. The result is the same, however.
>>
>> http://files.me.com/fonnesbeck/y7e9v2
>
> I don't see any build error on this log ?

See earlier in the thread. The error occurs at runtime:


   import umath
ImportError: dlopen(/Library/Python/2.6/site-packages/
numpy-1.4.0.dev7726-py2.6-macosx-10.6-
universal.egg/numpy/core/umath.so, 2): Symbol not found
: _npy_cexp
 Referenced from: /Library/Python/2.6/site-packages/
numpy-1.4.0.dev7726-py2.6-macosx-10.6-universal.egg/
numpy/core/umath.so
 Expected in: flat namespace
 in /Library/Python/2.6/site-packages/
numpy-1.4.0.dev7726-py2.6-macosx-10.6-universal.egg
/numpy/core/umath.so

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list