@ubuntu:/usr/local/bin$ file python1.5
python1.5: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped
from lightflowPM import *
ImportError: /usr/local/lib/python1.5/lightflowPM.so: wrong ELF class: ELFCLASS32
@ubuntu:/usr/local/lib/python1.5$ file lightflowPM.so
lightflowPM.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped
lightflowPM.soは32bit
python1.5は64bit
つづく。
- -
- -