libextractor
[Top][All Lists]
Advanced

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

Re: [libextractor] Problem with running libextractor under Python


From: Christian Grothoff
Subject: Re: [libextractor] Problem with running libextractor under Python
Date: Sat, 7 Oct 2006 11:18:55 -0600
User-agent: KMail/1.9.4

Based on the limited context that you're giving (which LE version? how did you 
install) and my very limited knowledge about the Python plugin (which one did 
you use?), I suspect that the problem is that python cannot find the 
libextractor library (is it installed? where?).


Christian

On Wednesday 04 October 2006 10:06, Maxime Cayer wrote:
> 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
>
>
> _______________________________________________
> libextractor mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/libextractor




reply via email to

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