Dear All
Greetings
Pylucen 2.4 has been working  with python 2.5 for me, installed and
configured with easy_install.
python 3000 is out now and perfect for my unicode dependent project
which python 2.5 didn't handle as so.
is there any way to integrate pylucene with python 3.0?
thanks a lot

On 11/21/08, Fredrik Kant <fredrik.k...@gmail.com> wrote:
> Yes,IndexFile works fine. Hower under Lia thera a FileSearcher.py that kan
> be used for indexing .pdf,.doc (if needed third part applications are
> installed) and that script will not work because of the use of popen2.Popen4
> which is not availiable on windows. It is easy to fix this.
> /Fredrik (written on mobile...)
>
> ----- Ursprungligt meddelande -----
> Från: Seid Mohammed <seidy...@gmail.com>
> Skickat: den 20 november 2008 14:47
> Till: pylucene-dev@osafoundation.org
> Ämne: Re: [pylucene-dev] Lucene in action on WIndows for Python 2.5.2?
>
> python IndexFiles.py C:\  and python SearchFiles.py   Works perfectly
> on a command line.
> For the reason, I want to test indexing and searching non English
> texts(Amharic texts), I can't do it from commandline (as it can't
> understand my text.
> Is there any way out there to run this same command on python IDLE.
> Thanks a lot
> Seid M.
>
> On 11/20/08, João Rodrigues <anar...@gmail.com> wrote:
>> Hello Seid,
>>
>> You can always check Lucene documentation because PyLucene (correct if I'm
>> wrong) is somewhat a "translator" of the original Java engine to your
>> Python
>> code. So, following any Lucene tutorial/documentation should give you a
>> way
>> to work with it. Try these:
>>
>> http://lucene.apache.org/java/2_4_0/
>>
>> http://darksleep.com/lucene/
>>
>> http://www.lucenetutorial.com/
>>
>> Cheers,
>>
>> João Rodrigues
>> http://doeidoei.wordpress.com
>>
>
>
> --
> "RABI ZIDNI ILMA"
> _______________________________________________
> pylucene-dev mailing list
> pylucene-dev@osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
>
> _______________________________________________
> pylucene-dev mailing list
> pylucene-dev@osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
>


-- 
"RABI ZIDNI ILMA"
_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to