libextractor
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libextractor] Problem with running libextractor under Python


From: Maxime Cayer
Subject: [libextractor] Problem with running libextractor under Python
Date: Wed, 04 Oct 2006 12:06:37 -0400
User-agent: Mail/News 1.5.0.5 (X11/20060829)

Hi!

I'm trying to use your library under Python, but it just won't work. Here's what I use:
Python 2.4.3
ctypes 1.0.0
GCC 3.2
RedHat Linux 8.0 3.2-7

Here's the error I got when I try to import extractor in python:
>>> import extractor
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "/usr/local/lib/python2.4/site-packages/extractor.py", line 39, in ?
   libextractor = ctypes.cdll.extractor
 File "ctypes/__init__.py", line 390, in __getattr__
   dll = self._dlltype(name)
 File "ctypes/__init__.py", line 315, in __init__
   self._handle = _dlopen(self._name, mode)
OSError: extractor: cannot open shared object file: No such file or directory

Thanks in helping me

Maxime Cayer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]