Re: Issue installing pylucene

2017-07-27 Thread Andi Vajda
> On Jul 21, 2017, at 00:58, safia kanwal wrote: > > Hello Developer, I was trying to install pylucene on my mac with mac OS > Sierra(10.12.4). I have java version “1.8.0_25”. I am attaching the setup > file which I edited a bit. Now I am having this issue “OSError:

Issue installing pylucene

2017-07-21 Thread safia kanwal
Hello Developer, I was trying to install pylucene on my mac with mac OS Sierra(10.12.4). I have java version “1.8.0_25”. I am attaching the setup file which I edited a bit. Now I am having this issue “OSError: b'javac: target release 1.5 conflicts with default source release 1.8\n’” and I cannot

Re: Installing PyLucene

2017-01-26 Thread Andi Vajda
On Fri, 6 Jan 2017, Andi Vajda wrote: On Fri, 6 Jan 2017, Jan HC8ydahl wrote: Hi, I hope you didn?t get this wrong! We all appreciate the existence of JCC/PyLucene and especially all the effort you?ve put into this. PyLucene is driven by its own community, and user involvement and

Re: Installing PyLucene

2017-01-12 Thread Andi Vajda
> On Jan 12, 2017, at 02:22, Thomas Koch wrote: > > Dear Jan, > thanks for your explanations. > >> PyLucene is driven by its own community, and user involvement and >> contributions is a must. > I’m quite familiar with community contributions - have already submitted code

Re: Installing PyLucene

2017-01-12 Thread Thomas Koch
Dear Andi, many thanks for your review of the patch and helpful comments. As mentioned in my previous mail to the list I’m afraid to let you know that we currently cannot put more effort into this task. This may change in the future of course. However, with „funding“ my idea was to look for

Re: Installing PyLucene

2017-01-12 Thread Thomas Koch
Dear Petrus, thanks for your feedback - good to know that it’s useful for you application. And at least one more user who asks for Python3 Support in JCC ,-) best regards, Thomas — > Am 11.01.2017 um 23:14 schrieb Petrus Hyvönen : > > Dear Thomas, > > Thanks for the

Re: Installing PyLucene

2017-01-06 Thread Andi Vajda
On Fri, 6 Jan 2017, Jan Høydahl wrote: Hi, I hope you didn?t get this wrong! We all appreciate the existence of JCC/PyLucene and especially all the effort you?ve put into this. PyLucene is driven by its own community, and user involvement and contributions is a must. The (sub)project

Re: Installing PyLucene

2017-01-06 Thread Andi Vajda
Hi Thomas, On Fri, 6 Jan 2017, Thomas Koch wrote: I?ve just sent the link to the public gist with the patch to Petrus and this list. As mentioned by Oliver we?d be more than happy if a core developer of JCC/PyLucene could review the patch and decide what to do with it. It has been

Re: Installing PyLucene

2017-01-06 Thread Jan Høydahl
Hi, > I hope you didn’t get this wrong! We all appreciate the existence of > JCC/PyLucene and especially all the effort you’ve put into this. PyLucene is driven by its own community, and user involvement and contributions is a must. The (sub)project will survive only to the extent that its

Re: Installing PyLucene

2017-01-06 Thread Thomas Koch
Dear Andi, I’ve just sent the link to the public gist with the patch to Petrus and this list. As mentioned by Oliver we’d be more than happy if a core developer of JCC/PyLucene could review the patch and decide what to do with it. It has been developed without intimate knowledge of JCC with

Re: Installing PyLucene

2017-01-06 Thread Thomas Koch
> Am 04.01.2017 um 10:59 schrieb Petrus Hyvönen : > > Dear Thomas, > > I would be very interested in a python 3 port of JCC. I am not a very skilled > developer, looked at starting a development based on the old python-3 version > but it's beyond my current skills. >

Re: Installing PyLucene

2017-01-05 Thread Andi Vajda
> On Jan 5, 2017, at 08:57, marco turchi wrote: > > Done! all testes passed! Excellent ! > > thanks a lot! > Marco > >> On Thu, Jan 5, 2017 at 5:21 PM, Andi Vajda wrote: >> >> >>> On Jan 5, 2017, at 07:27, marco turchi

Re: Installing PyLucene

2017-01-05 Thread marco turchi
Done! all testes passed! thanks a lot! Marco On Thu, Jan 5, 2017 at 5:21 PM, Andi Vajda wrote: > > > On Jan 5, 2017, at 07:27, marco turchi wrote: > > > > Perfect!!! > > > > For now, I keep the version as it is. I'll try later to install jcc with > >

Re: Installing PyLucene

2017-01-05 Thread Andi Vajda
> On Jan 5, 2017, at 07:27, marco turchi wrote: > > Perfect!!! > > For now, I keep the version as it is. I'll try later to install jcc with > --shared flag, because I'm not sure if the patch for the setuptools > requires root access. Your JCC install is fine. It's

Re: Installing PyLucene

2017-01-04 Thread marco turchi
Dear Andi and Thomas, following your advice I have removed the Windows error. I still have this ERROR: testThroughLayerException (__main__.PythonExceptionTestCase) To answer Andi, I have printed the config.SHARED just before the error and the output is true, in my opinion, showing that the

Re: Installing PyLucene

2017-01-04 Thread Petrus Hyvönen
Dear Thomas, I would be very interested in a python 3 port of JCC. I am not a very skilled developer, looked at starting a development based on the old python-3 version but it's beyond my current skills. I would be happy to help and test and review the JCC patches, I think your patches would be

Re: Installing PyLucene

2017-01-03 Thread Andi Vajda
On Tue, 3 Jan 2017, marco turchi wrote: Nope different linux kernels and python versions (2.7.11 and 2.7.12). Btw I have also similar problem on the machine with Web access. I suspect you don't have shared mode enabled when running tests. The WindowsError exception is a bug that no one hits

Re: Installing PyLucene

2016-12-30 Thread Andi Vajda
> On Dec 30, 2016, at 15:07, marco turchi wrote: > > Dear Andi, > thanks a lot for you answers! > > >> You do not need root privileges if you don't modify the system python. One >> way to achieve that is to setup a python virtualenv first and install jcc >> and

Re: Installing PyLucene

2016-12-30 Thread marco turchi
Dear Andi, thanks a lot for you answers! > You do not need root privileges if you don't modify the system python. One > way to achieve that is to setup a python virtualenv first and install jcc > and pylucene into it instead of the system python. > > Do you mean to install a new version of

Re: Installing PyLucene

2016-12-30 Thread Andi Vajda
> On Dec 30, 2016, at 08:47, marco turchi wrote: > > Dear All, > I'm newer with PyLucene and I'm trying to instal it on my local home on a > cluster. In this environment, I do not have root privilege, You do not need root privileges if you don't modify the system

Installing PyLucene

2016-12-30 Thread marco turchi
Dear All, I'm newer with PyLucene and I'm trying to instal it on my local home on a cluster. In this environment, I do not have root privilege, I'm using a version of python (2.7.5) available in anaconda and our cluster is not connected to the WEB, so I cannot use setuptools. I have followed the

Re: Installing pylucene on machos 10.11

2016-07-04 Thread Andi Vajda
On Mon, 4 Jul 2016, Tom Kealy Kealy wrote: Dear Lucene-dev, I'm having difficulty installing pylucene on mac OS X 'El Captian' 10.11. I've checked out the jcc source code: svn co http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc bcc i've got idk 1.8, and have edited the setup.py

AW: Problems installing Pylucene on Ubuntu 12.04

2014-03-07 Thread Ritzschke, Uwe
Thanks for the quick reply. The tests work fine with that patch. Uwe On Thu, 6 Mar 2014, Ritzschke, Uwe wrote: Hello, I'm facing problems with installing Pylucene on an Ubuntu 12.04 Server (32bit). Perhaps someone can give me some helpful advice? I've followed the official installation

Problems installing Pylucene on Ubuntu 12.04

2014-03-06 Thread Ritzschke, Uwe
Hello, I'm facing problems with installing Pylucene on an Ubuntu 12.04 Server (32bit). Perhaps someone can give me some helpful advice? I've followed the official installation instructions [1]. It seems that building and installing JCC works fine. Also, running make to build Pylucene seems

Re: ImportError: cannot import name Library, during installing PyLucene

2013-10-12 Thread SangHee Kim
Hi Andi, I have tested building and installing pylucene 4.5 with setuptools 1.1.6 and it works. Thanks! a. Code of pylucene I used : http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_5/ b. Setuptools version : setuptools-1.1.6-py2.7.egg On Fri, Oct 11, 2013 at 3:15 PM, Andi

Re: ImportError: cannot import name Library, during installing PyLucene

2013-10-12 Thread SangHee Kim
Vajda va...@apache.org wrote: On Oct 12, 2013, at 17:42, SangHee Kim sangheest...@gmail.com wrote: Hi Andi, I have tested building and installing pylucene 4.5 with setuptools 1.1.6 and it works. Thanks! Cool, thank you for verifying the fix. Andi.. a. Code of pylucene I used

ImportError: cannot import name Library, during installing PyLucene

2013-10-11 Thread SangHee Kim
Hi everyone! I have spent 5 hours to fix this problem but I can't. During installing PyLucene withhttp://lucene.apache.org/pylucene/install.htmt , I faced with a error like follwing. sanghee-m:jcc sanghee$ python setup.py build found JAVAFRAMEWORKS = /System/Library/Frameworks

Re: ImportError: cannot import name Library, during installing PyLucene

2013-10-11 Thread Andi Vajda
On Fri, 11 Oct 2013, SangHee Kim wrote: Hi everyone! I have spent 5 hours to fix this problem but I can't. During installing PyLucene withhttp://lucene.apache.org/pylucene/install.htmt , I faced with a error like follwing. sanghee-m:jcc sanghee$ python setup.py build found JAVAFRAMEWORKS

RE: Trouble installing pyLucene on FreeBSD

2010-10-20 Thread Gav...
-Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Saturday, 9 October 2010 11:32 AM To: pylucene-dev@lucene.apache.org Subject: Re: Trouble installing pyLucene on FreeBSD On Oct 8, 2010, at 18:20, Gav... ga...@16degrees.com.au wrote: -Original

Trouble installing pyLucene on FreeBSD

2010-10-08 Thread Gav...
Hi, Using FreeBSD 8.1-RC2 Im having trouble installing. I first tried to install using the ports system and /usr/ports/textproc/py-lucene When that failed I installed from source, compiled jcc and then pylucene, after some fiddling of source to s/freebsd7/freebsd8/g I ended up at the same

Re: Trouble installing pyLucene on FreeBSD

2010-10-08 Thread Andi Vajda
On Oct 8, 2010, at 17:37, Gav... ga...@16degrees.com.au wrote: Hi, Using FreeBSD 8.1-RC2 Im having trouble installing. I first tried to install using the ports system and /usr/ports/textproc/py-lucene When that failed I installed from source, compiled jcc and then pylucene, after some

Re: Trouble installing pyLucene on FreeBSD

2010-10-08 Thread Andi Vajda
On Oct 8, 2010, at 18:20, Gav... ga...@16degrees.com.au wrote: -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Saturday, 9 October 2010 11:04 AM To: pylucene-dev@lucene.apache.org Subject: Re: Trouble installing pyLucene on FreeBSD On Oct 8, 2010, at 17:37, Gav

Re: installing pylucene-2.4.1

2009-04-23 Thread Andi Vajda
On Thu, 23 Apr 2009, Bill Janssen wrote: I've just tried installing 2.4.1, and I've got a few suggestions for packaging. 1. Put a plain-text version of readme.html in README, automatically generated from readme.html (or whatever), as part of the src-dist build process. I always hate it