libextractor
[Top][All Lists]
Advanced

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

Re: [libextractor] problems with python binding...


From: Christian Grothoff
Subject: Re: [libextractor] problems with python binding...
Date: Tue, 14 Jun 2005 11:21:35 -0500
User-agent: KMail/1.7.2

I think the problem is that you installed it in /usr/local, and the library 
search path for your Python installation does not look there.  Try either 
setting the path (some environment variable, I forgot which one) or install 
to /usr (configure --prefix=/usr).

Cheers!

Christian (or of course ask Heiko, he knows better than I do what maybe wrong 
here :-))

On Tuesday 14 June 2005 08:45 am, Bader Lejmi wrote:
> hello,
>
> I'm very excited with this new release of libextractor and its Python
> biding support.
> So I downloaded libextractor and tried to compile it with python binding
> support.
> They way I used to compile it is simple:
> $ ./configure && make && sudo make install
> so now let's give it a try:
> $ cd src/main
> $ python Extractor.py
> Traceback (most recent call last):
>   File "Extractor.py", line 31, in ?
>     import _extractor
> ImportError: No module named _extractor
>
> even there is a /usr/local/lib/python2.4/site-packages/extractor.so
> It doesn't give any useful API...
> so, I think _extractor should have been built, but where is it ?
>
> problem 2:
> when libextractor0.5 will be packaged into Debian ?
>
> thanks,
> Bader
>
> PS: pydoc extractor result in attachment




reply via email to

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