Skip to content

Instantly share code, notes, and snippets.

@Garonenur
Created January 31, 2014 17:19
Show Gist options
  • Save Garonenur/8737088 to your computer and use it in GitHub Desktop.
Save Garonenur/8737088 to your computer and use it in GitHub Desktop.
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