I have to add some detail: after applying the mentioned fix to test_PythonDirectory.py both tests run OK with PyLucene2.9! But with PyLucene3.1 it's a different story: test_PythonDirectory.py is OK but test_PythonDirectory.py still fails (see output I sent in previous mail).
Regards, Thomas > -----Original Message----- > From: Thomas Koch [mailto:k...@orbiteam.de] > Sent: Thursday, April 14, 2011 10:13 AM > To: pylucene-dev@lucene.apache.org > Subject: failure of some PyLucene tests on windows OS > > Hi, > I've observed some tests failing on my windows build of PyLucene. > Tested with PyLucene 2.9(.2) and PyLucene 3.1(.0) (latest) with Python 2.6. > ...