pyngl numpy 1.2.0 Intel MacOS-X import Nio problem

From: Bill McKie <mckie_at_nyahnyahspammersnyahnyah>
Date: Mon, 23 Jul 2007 14:55:34 -0700

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
Received on Mon Jul 23 2007 - 15:55:34 MDT

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