The code for lucene.py (rev 1218) in the svn contains a syntax error.
124 classpath = (':'.join(glob.glob(config['lucene_home'] + '/*.jar') +
125 [config['lucene_bin']])
the parens don't match (3 opening, 2 closing)
----
SF url: http://sourceforge.net/tracker/?
func=detail&aid=1957725&group_id=67445&atid=517918
Submitter: Mario Fernandez ( sirech ) - 2008-05-05 06:04:02 UTC