Created
January 31, 2014 17:19
-
-
Save Garonenur/8737088 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/testdata/gtpython/genome_visitor.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