Re: Errors when running "make test"

2019-01-27 Thread marco turchi
Yes it fixes the problem. Thanks a lot! Marco On Sun, Jan 27, 2019 at 11:07 PM Andi Vajda wrote: > > > On Sun, 27 Jan 2019, marco turchi wrote: > > > Dear Andi, > > thanks a lot! I will have a look at the configuration of the drivers. > > > > > >> This code needs to be fixed for Python 3. > >>

Re: Errors when running "make test"

2019-01-27 Thread Andi Vajda
On Sun, 27 Jan 2019, marco turchi wrote: Dear Andi, thanks a lot! I will have a look at the configuration of the drivers. This code needs to be fixed for Python 3. How is the name of an exception class extracted in Python 3 ? The exception class cannot be used directly since WindowsError e

Re: Errors when running "make test"

2019-01-27 Thread marco turchi
Dear Andi, thanks a lot! I will have a look at the configuration of the drivers. > This code needs to be fixed for Python 3. > How is the name of an exception class extracted in Python 3 ? > The exception class cannot be used directly since WindowsError exists only > on Windows, making the code u

Re: Errors when running "make test"

2019-01-27 Thread Andi Vajda
On Sun, 27 Jan 2019, marco turchi wrote: Dear All, I'm installing PyLucene in a Linux machine. The make command reached the end without problems but I got this error when running make test: ERROR: test_removeDocument (__main__.Test_PyLuceneWithFSStore) ERROR: test_removeDocuments (__main__.Te

Errors when running "make test"

2019-01-27 Thread marco turchi
Dear All, I'm installing PyLucene in a Linux machine. The make command reached the end without problems but I got this error when running make test: ERROR: test_removeDocument (__main__.Test_PyLuceneWithFSStore) ERROR: test_removeDocuments (__main__.Test_PyLuceneWithFSStore) ERROR: test_searchDocu