pylucene make problem Win XP and cygwin

2009-09-23 Thread Sepand Ansari
Hi All, I am trying to install pylucene using cygwin on Win XP. After resolving problems I had with building JCC now I have both JCC and Java Lucene built . After Lucene being build the make process executes this scripts which causes error: /cygdrive/c/Python26/python.exe -m jcc --shared --jar luc

Re: pylucene make problem Win XP and cygwin

2009-09-23 Thread Sepand Ansari
blem Win XP and cygwin To: pylucene-dev@lucene.apache.org Date: Wednesday, September 23, 2009, 7:27 PM On Wed, 23 Sep 2009, Sepand Ansari wrote: > Hi All, > I am trying to install pylucene using cygwin on Win XP. > After resolving problems I had with building JCC now I have both JCC

Re: pylucene make problem Win XP and cygwin

2009-09-23 Thread Sepand Ansari
hon26\Lib\site-packages\JCC-2.3-py2.6.egg-info Thanks. --- On Wed, 9/23/09, Andi Vajda wrote: From: Andi Vajda Subject: Re: pylucene make problem Win XP and cygwin To: pylucene-dev@lucene.apache.org Date: Wednesday, September 23, 2009, 8:08 PM On Wed, 23 Sep 2009, Sepand Ansari wrote: &g

Re: pylucene make problem Win XP and cygwin

2009-09-23 Thread Sepand Ansari
PM On Wed, 23 Sep 2009, Sepand Ansari wrote: > Andi, > Actually I tried that too. I got: > c:\Python26\python.exe: DLL load failed: The specified module could not be > found. > and That's probably because you don't have the directory containing jcc.dll on your PATH. T

Re: pylucene make problem Win XP and cygwin

2009-09-23 Thread Sepand Ansari
: pylucene-dev@lucene.apache.org Date: Wednesday, September 23, 2009, 8:34 PM On Wed, 23 Sep 2009, Sepand Ansari wrote: > I can not find any dll file in pylucene and jcc directores. Does that mean > the JCC build had been failed? Did you look inside the jcc egg directory ? Something l

Re: pylucene make problem Win XP and cygwin

2009-09-24 Thread Sepand Ansari
wrote: > > On Wed, 23 Sep 2009, Sepand Ansari wrote: > >> yes, I have only: >> 2895 Sep 23 17:27 JCC-2.3-py2.6.egg-info > > Are you using setuptools or distutils ? To find out if you have setuptools (and what version):   $ python -c "from pkg_resources import req