libextractor
[Top][All Lists]
Advanced

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

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


From: Bader Lejmi
Subject: Re: [libextractor] problems with python binding...
Date: Tue, 14 Jun 2005 22:33:23 +0200

Le mardi 14 juin 2005 à 11:21 -0500, Christian Grothoff a écrit :
> 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!
> 
I don't think so, the file installed at /usr/local
(/usr/local/lib/python2.4/site-packages/extractor.so)
isn't even the right one in fact...
see the attachment for confirmation

Greetings,
Bader

> 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]