Created
January 31, 2014 17:23
-
-
Save Garonenur/8737312 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/dirk/Repositories/gt32/testsuite/../gtpython//tests/__init__.py", line 4, in <module> | |
from test_alphabet import * | |
File "/home/dirk/Repositories/gt32/gtpython/tests/test_alphabet.py", line 20, in <module> | |
from gt.core import * | |
File "/home/dirk/Repositories/gt32/gtpython/gt/__init__.py", line 30, in <module> | |
from annotationsketch import * | |
File "/home/dirk/Repositories/gt32/gtpython/gt/annotationsketch/__init__.py", line 20, in <module> | |
from block import * | |
File "/home/dirk/Repositories/gt32/gtpython/gt/annotationsketch/block.py", line 20, in <module> | |
from gt.dlload import gtlib | |
File "/home/dirk/Repositories/gt32/gtpython/gt/dlload.py", line 30, in <module> | |
gtlib = CDLL("libgenometools" + soext) | |
File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__ | |
self._handle = _dlopen(self._name, mode) | |
OSError: libgenometools.so: wrong ELF class: ELFCLASS32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment