On Tue, 5 Oct 2010, Bill Janssen (JIRA) wrote:
ominous svnversion error message -- truly an error? --------------------------------------------------- Key: PYLUCENE-6 URL: https://issues.apache.org/jira/browse/PYLUCENE-6 Project: PyLucene Issue Type: Bug Environment: PyLucene 3.0.2, Python 2.6.6, Java 6, MinGW/msys, Windows XP, Subversion not installed Reporter: Bill Janssen Priority: Trivial If you're compiling on a system without svn installed, you get these great error messages: [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified But they're not really errors. Be nice to suppress them.
Isn't this a setuptools issue ? If you agree, I'll close accordingly. If you don't agree, what do you expect the fix to look like ? Andi..