[SciPy-user] scipy fails on OS X 10.4

Chris Fonnesbeck fonnesbeck at gmail.com
Tue May 2 17:11:24 EDT 2006


On 4/29/06, Tony Mannucci <Tony.Mannucci at jpl.nasa.gov> wrote:
>
> I downloaded the binary version of scipy from www.scipy.org/Download
> for OS X 10.4. I installed in the usual OS X way (from .dmg package
> file).
>
> I get the "old" error I used to see:
>
> >>>  import scipy
> >>>  scipy.test(level=1)
>
> import signal -> failed: Failure linking new module:
>
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/fftpack/_fftpack.so:
> Symbol not found: _fprintf$LDBLStub
>    Referenced from:
>
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/fftpack/_fftpack.so
>    Expected in: dynamic lookup
>
>
Are you using the associated numpy release that is posted on the site? This
binary was compiled against it, and using another build may be causing this.
This (and numpy) were built using gcc 3.3.

Chris


--
Chris Fonnesbeck + Atlanta, GA + http://trichech.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060502/ab1bf0d3/attachment.html>


More information about the SciPy-User mailing list