On Sun, 31 Jan 2010, Manos Tsagias wrote:
/jcc/__main__.py", line 88, in <module> cpp.jcc(sys.argv) File"$HOME/_python/lib64/python2.5/site-packages/JCC-2.5-py2.5-linux-x86_64.egg /jcc/cpp.py", line 418, in jcc raise ValueError, "Invalid argument: %s" %(arg) ValueError: Invalid argument: --home make: *** [install] Error 255 am I setting INSTALL_OPT correctly? Also, when I ran "make" (STEP 7), it
No, this indicates that you're not running the new version of jcc that has support for --home. Did you rebuild jcc and reinstall it ?
exported first a revision before starting compiling. Is that normal?
Yes, if you're building PyLucene from svn sources, the Lucene Java sources are fetched from svn since PyLucene wraps Java Lucene.
Andi..