Return-Path: Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: (qmail 73305 invoked from network); 6 Oct 2010 04:05:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 04:05:58 -0000 Received: (qmail 59776 invoked by uid 500); 6 Oct 2010 04:05:57 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 59685 invoked by uid 500); 6 Oct 2010 04:05:55 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 59673 invoked by uid 99); 6 Oct 2010 04:05:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 04:05:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 04:05:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9645UeE013825 for ; Wed, 6 Oct 2010 04:05:31 GMT Message-ID: <18231087.1681286337930584.JavaMail.jira@thor> Date: Wed, 6 Oct 2010 00:05:30 -0400 (EDT) From: "Bill Janssen (JIRA)" To: pylucene-dev@lucene.apache.org Subject: [jira] Created: (PYLUCENE-8) lucene.JCC_VERSION isn't set properly on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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) >>> 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.