Re: pyngl numpy 1.2.0 Intel MacOS-X import Nio problem

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue, 24 Jul 2007 06:26:25 -0600

Hi all,

I will try to find out what's going on here. We build the HDF5 libraries
with "--disable-shared" option so that the shared libraries can't be
accessed,
but it looks like one slipped through the cracks.

If all else fails, then I can give you a version that doesn't have HDF5
built
in (and hence no netCDF-4 support), or you can install HDF5 so that
these
libraries are available.

I'll get back to this shortly.

--Mary

On Jul 23, 2007, at 3:55 PM, Bill McKie wrote:

> Hi
>
> I obtained the new PyNGL-1.2.0.Darwin-8.10.1-i386-2.4.tar.gz
> distribution today and installed it on my Intel MacOS-X 10.4
> system (under my python v2.4 which was installed from fink).
>
> When testing, I encountered an error when importing Nio.
>
> It appears that there may be a reference to a file
>
> /Users/haley/dev/lib/libhdf5_hl.0.dylib
>
> within the .../PyNGL/nio.so file.
>
> I'll include some test output below.
>
> Thanks,
> Bill McKie
> NASA Ames
> mckie_at_sky.arc.nasa.gov
>
>
> binah 116> python2.4
> Python 2.4.2 (#1, Mar 22 2006, 18:15:19)
> [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import Ngl
>>>> import Nio
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/sw/lib/python2.4/site-packages/PyNGL/Nio.py", line 59, in ?
> from nio import *
> ImportError: Failure linking new module:
> /sw/lib/python2.4/site-packages/PyNGL/nio.so: Library not loaded:
> /Users/haley/dev/lib/libhdf5_hl.0.dylib
> Referenced from: /sw/lib/python2.4/site-packages/PyNGL/nio.so
> Reason: image not found
>>>>
> binah 117>
> binah 117> file /sw/lib/python2.4/site-packages/PyNGL/nio.so
> /sw/lib/python2.4/site-packages/PyNGL/nio.so: Mach-O bundle i386
> binah 118>
> binah 118> strings /sw/lib/python2.4/site-packages/PyNGL/nio.so | grep
> haley
> /Users/haley/dev
> binah 119>
> _______________________________________________
> pyngl-talk mailing list
> pyngl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/pyngl-talk

_______________________________________________
pyngl-talk mailing list
pyngl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Tue Jul 24 2007 - 06:26:25 MDT

This archive was generated by hypermail 2.2.0 : Wed Aug 01 2007 - 08:53:58 MDT