8 Nov
2007
8 Nov
'07
12:51 a.m.
I am trying to import Chimera in a python script but get the following error message: Traceback (most recent call last): File "./chimera_import.py", line 16, in <module> import chimera File "/usr/local/chimera/share/chimera/__init__.py", line 15, in <module> from _chimera import * ImportError: /usr/local/chimera/lib/_chimera.so: wrong ELF class: ELFCLASS32 Does anyone know what the problem is here? I can run Chimera without a problem in the GUI -- so i would assume that means the chimera class is being properly loaded in that instance. I have the 32 bit Linux version installed on my AMD64 system running SUSE. Thanks for your help, ryan