Problems to install PyNGL on x86_64 machine

From: Christian Werner <werner_christian_at_nyahnyahspammersnyahnyah>
Date: Mon, 26 Mar 2007 14:57:56 +0200

Hello group.

I'm a new user of pyngl and sucessfully used the 32bit version on various systems of mine.

However, I currently struggle to install the 64bit version on my SUSE Linux 10.2 opteron machine (python, numpy etc. all as 64bit code).

I'v got python 2.5 installed (also numpy 1.0) and I cannot get pyngl to work here. I figured I have to change to library directories in the setup.py file to lib64 (from lib) in order to get the package into the right site-packages folder.

"python setup.py install" does not show any error messages.

However, if I try to load the Ngl module, i recieve the following error:

>>> import PyNGL
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib64/python2.5/site-packages/PyNGL/__init__.py", line 1, in <module>
    from Ngl import *
  File "Ngl.py", line 1, in <module>
  File "hlu.py", line 4, in <module>
ImportError: /usr/lib64/python2.5/site-packages/PyNGL/_hlu.so: undefined symbol: Py_InitModule4

Any hint what I'm doin wrong here?

cheers,
christian

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: www.gmx.net/de/go/mailfooter/topmail-out
_______________________________________________
pyngl-talk mailing list
pyngl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Mon Mar 26 2007 - 06:57:56 MDT

This archive was generated by hypermail 2.2.0 : Tue Apr 17 2007 - 15:42:04 MDT