On Thu, 18 Mar 2010, Bill Janssen wrote:
OK, now I'm stymied by PyLucene itself. /c/Python26/python.exe -m jcc.__main__ --shared ... --build needs to know that we're using the mingw32 compiler. It doesn't seem to remember it, which I guess is the right solution, so I wind up with the same problem: error: Unable to find vcvarsall.bat And there's no way (I can see) to tell jcc about that compiler, is there?
Have you tried --compiler ? Andi..