Sorry to be so noisy, but I've run into a much worse issue.
It appears that I can't instantiate anything without getting a
segmentation fault.
[EMAIL PROTECTED]:~$ python
Python 2.4.4 (#2, Apr 5 2007, 20:11:18)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from lucene import BooleanQuery
>>> b = BooleanQuery()
Segmentation fault
[EMAIL PROTECTED]:~$ python
Python 2.4.4 (#2, Apr 5 2007, 20:11:18)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from lucene import FSDirectory
>>> FSDirectory()
Segmentation fault
Anyone see anything like this before? There might be something
ridiculous that I did, so I'm going to idiot-check myself, but I
thought I'd ask....
-phil
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev