Re: Need help regarding installation of PyLucene on FreeBSD

2009-09-15 Thread TJ Ninneman
Awesome! Great to hear. TJ On Sep 15, 2009, at 1:59 AM, Sujan Shakya wrote: /suzan Sent from Nepal On Mon, Sep 14, 2009 at 11:45 PM, TJ Ninneman wrote: Sujan, Try the following at the command prompt before running python: # ldconfig -m /usr/local/jdk1.6.0/jre/lib/amd64 # ldconfig -m /

Re: Need help regarding installation of PyLucene on FreeBSD

2009-09-15 Thread Sujan Shakya
/suzan Sent from Nepal On Mon, Sep 14, 2009 at 11:45 PM, TJ Ninneman wrote: > Sujan, > > Try the following at the command prompt before running python: > > # ldconfig -m /usr/local/jdk1.6.0/jre/lib/amd64 > # ldconfig -m /usr/local/jdk1.6.0/jre/lib/amd64/server > > When i run the above commands, i

Re: Need help regarding installation of PyLucene on FreeBSD

2009-09-14 Thread Sujan Shakya
Hi, Andi, Everything worked when i manually run "python -m jcc --jar" command. Thanks Andi, On Mon, Sep 14, 2009 at 11:22 PM, Andi Vajda wrote: > > On Mon, 14 Sep 2009, Sujan Shakya wrote: > > Installation of jcc would succeed successfully, but while importing jcc I >> got the following error:

Re: Need help regarding installation of PyLucene on FreeBSD

2009-09-14 Thread TJ Ninneman
Sujan, Try the following at the command prompt before running python: # ldconfig -m /usr/local/jdk1.6.0/jre/lib/amd64 # ldconfig -m /usr/local/jdk1.6.0/jre/lib/amd64/server Obviously, the path may vary so customize those to your platform and java version. TJ On Sep 14, 2009, at 2:35 AM, Su

Re: Need help regarding installation of PyLucene on FreeBSD

2009-09-14 Thread Andi Vajda
On Mon, 14 Sep 2009, Sujan Shakya wrote: Installation of jcc would succeed successfully, but while importing jcc I got the following error: File "/usr/local/lib/python2.5/site-packages/JCC-2.3-py2.5-freebsd-LogEx-i386.egg/jcc/__init__.py", line 29, in from _jcc import initVM What's the

Need help regarding installation of PyLucene on FreeBSD

2009-09-14 Thread Sujan Shakya
I have been trying to install PyLucene on FreeBSD for 1 week and have not succeeded yet. So please kindly help me out. Installation of jcc would succeed successfully, but while importing jcc I got the following error: File "/usr/local/lib/python2.5/site-packages/JCC-2.3-py2.5-freebsd-LogEx-i38