Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I suggest using a pre-built one: Here is the combination that worked for me.</p> <ol> <li><p>Download JDK <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u26-download-400750.html" rel="nofollow">1.6.0_26</a> </p></li> <li><p>Download: <a href="http://code.google.com/a/apache-extras.org/p/pylucene-extra/downloads/detail?name=lucene-3.1.0-py2.7-win32.egg&amp;can=2&amp;q=" rel="nofollow">lucene-3.1.0-py2.7-win32.egg</a></p></li> <li><p>Download JCC <a href="http://code.google.com/a/apache-extras.org/p/pylucene-extra/downloads/detail?name=JCC-2.8-py2.7-win32.egg&amp;can=2&amp;q=" rel="nofollow">JCC-2.8-py2.7-win32.egg</a></p></li> <li><p>Install Java JRE or Java JDK, add <code>C:\Program Files\Java\jdk1.6.0_03\jre\bin\client\</code> to your path;</p></li> <li><p>Install JCC <code>easy_install JCC-2.8-py2.7-win32.egg</code></p></li> <li><p>Install PyLucene <code>easy_install lucene-3.1.0-py2.7-win32.egg</code></p></li> <li><p>Add <code>C:\Python27\Lib\site-packages\JCC-2.8-py2.7-win32.egg\jcc.dll</code> to your path</p></li> <li><p>Test that it is working in the command line <code>python 2.7: python -m jcc</code></p></li> <li><p>Configure Eclipse IDE to ensure it picks up new libraries. • After Eclipse restarts: • Choose <code>Windows -&gt; Preferences</code> to bring up the preferences dialog. • Change to the <code>PyDev -&gt; Interpreter - Python</code> section to configure Python. • Click on <code>New folder</code> select the 2 new eggs. Pylucene and JCC in c:\Pyton27\Lib\Site-packages\Lucene Etc and JCC- Etc.</p></li> </ol> <p>By the way when I ported the above which was working using Django Dev server to Apache and Mod_WSGI it no longer worked and I get the same error you got. I ended up successfully using Solr with Sunburnt, which I think is a more scalable solution that works.</p>
 

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