[pylucene-dev] Re: PyLucene-JCC on OS X 10.5 (Intel Mac Pro)
Bill Janssen
janssen at parc.com
Mon Nov 12 20:03:41 PST 2007
> I think this indicates a problem with the build, doesn't it?
>
> 16 % python
> Python 2.5.1 (r251:54863, Oct 5 2007, 21:08:09)
> [GCC 4.0.1 (Apple Inc. build 5465)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import lucene
> >>> lucene.Field.Store.YES
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> AttributeError: type object 'Field$Store' has no attribute 'YES'
> >>>
No, it indicates that I hadn't called initVM(). Sorry for the noise.
Bill
More information about the pylucene-dev
mailing list