import error _hlu

From: Anthony Morrison <anthony.morrison_at_nyahnyahspammersnyahnyah>
Date: Thu, 22 Nov 2007 09:10:08 +1100

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
Received on Wed Nov 21 2007 - 15:10:08 MST

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