lucene.JCC_VERSION isn't set properly on Windows ------------------------------------------------
Key: PYLUCENE-8 URL: https://issues.apache.org/jira/browse/PYLUCENE-8 Project: PyLucene Issue Type: Bug Environment: Windows XP, MinGW gcc 4.5, Python 2.6.6, PyLucene 3.0.2 Reporter: Bill Janssen Priority: Minor After installing 3.0.2 on Win XP with MinGW/msys, I see the following: Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import lucene >>> lucene.initVM(classpath=lucene.CLASSPATH) <jcc.JCCEnv object at 0x00AB0610> >>> lucene.JCC_VERSION 'JCC_VER' >>> quit() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.