Re: import error _hlu

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Sun, 25 Nov 2007 06:56:26 -0700 (MST)

Hi Anthony,

Which binary did you download? It sounds like the "_hlu.so" file
can't be loaded. Can you tell me what happens when you type:

import _hlu

from Python?

--Mary

On Thu, 22 Nov 2007, Anthony Morrison wrote:

> Hello All
>
> I attempted to import NGL for the first time yesterday with Python 2.5.1 and
> it doesn't seem to want to work. The error message i get is below...
>
> Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
> on win32
> Type "copyright", "credits" or "license()" for more information.
>
> IDLE 1.2.1 >>> import Ngl
>
> Traceback (most recent call last):
> File "<pyshell#0>", line 1, in <module>
> import Ngl
> File "c:\Python25\lib\site-packages\PyNGL\Ngl.py", line 58, in <module>
> from hlu import *
> File "c:\Python25\lib\site-packages\PyNGL\hlu.py", line 7, in <module>
> import _hlu
> ImportError: No module named _hlu
>
> Has anyone come across this before?
>
> Thanks in advance
>
> Tony
> _______________________________________________
> 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 Sun Nov 25 2007 - 06:56:26 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 30 2007 - 14:25:12 MST