Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is going to be tough to answer because there are so many dependencies that to give the question enough context you'd almost have to ship us your machine.</p> <p>So some questions for you; which are answered best by editing your original question:</p> <ol> <li>This is only about JCC errors? And pylucene is the goal but not part of the problem?</li> <li>What sort of thousands of errors did you handle yourself? No, I don't want 1000 answers, I'm wondering why it was so difficult for a supported platform.</li> <li>What version of JCC are you trying to build?</li> </ol> <p>As a wild guess, this line from the <a href="http://lucene.apache.org/pylucene/jcc/documentation/install.html" rel="nofollow noreferrer">JCC installation instructions</a> seems like it could be quite relevant:</p> <blockquote> <p>Adding the Java directories containing the necessary DLLs and to PATH is a must.</p> </blockquote> <h2>Added in response to comments:</h2> <p>You've gotten yourself into dependency hell for which remote answers are nearly impossible. Just looking at the sheer number of revisions you have to list to describe the work should give you an idea of how many things you have to coordinate.</p> <p>It's unfortunate, and I've certainly been there myself a couple of times which is why I now do whatever I can to minimize the number of "just outa beta" versions software stacks.</p> <p>On Ubuntu Lucid, I was able to</p> <pre><code>$ sudo apt-get install pylucene $ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) &gt;&gt;&gt; import lucene &gt;&gt;&gt; dir(lucene) ['AbstractCollection', 'AbstractField', 'AbstractList', ... </code></pre> <p>But that's last year's PyLucene running on last year's Python. And I don't know lucene so I can't even confirm minimal operation, but presume it is a working PyLucene 2.3.1.</p> <p>Good luck; you may find that you need to relax your requirements if you want to get it working and remain sane.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COFirst I tried to instal it on Ubuntu and I got shared error they mentioned in the website and there is a patch for it.I tried to patch it and it didn't work. I tried to google it but I couldn't find any useful information. After I restart the computer, it even didn't come with an error msg. Just nothing. I give up on Ubuntu and switched to Windows 7. This time I'm having a problem about a file "vcvarsall.bat" and then found out, it was a compiler error and I tried to build it with MinGW. Now I got a new error msg, MinGW doesn't know about the /LIBPATH command.
      singulars
    2. COThen I looked for that vcversall.bat thing again and I found out Python2.7 doesn't support Visual Studio 2010. I uninstalled VS2010 and Installed VS2008. It worked like a charm. Then I jump to the next step, installing PyLucene. I got an error msg like "we have an error here. you can find the details in compiler output. What compiler output?!? (maybe this one is my ignorance but I couldn't find any output file anywhere) since I couldn't find anything useful,I'm trying to "guess" what's wrong. Just realized,when I try to import jcc,I've got the error msg up here.
      singulars
    3. COSorry for lots of whining but it's really a frustrating experience. My JCC version is 2.5-py2.7-win32 I'm using Python 2.7 and I'm trying to install pylucene-3.0.0-1. Also I have Visual Studio 8 as I mentioned and jdk1.6.0_21.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload