You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by "Bill Janssen (JIRA)" <ji...@apache.org> on 2010/10/06 06:05:30 UTC

[jira] Created: (PYLUCENE-8) lucene.JCC_VERSION isn't set properly on Windows

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.