Yep, 2.6.8. We have to use that version. We have an old application using very old modules which could not run any higher than 2.6.8.
I'll test it with our app. Thank you for your help! Regards, Csaba -----Original Message----- From: Andi Vajda [mailto:va...@apache.org] Sent: Friday, October 10, 2014 10:50 PM To: pylucene-dev@lucene.apache.org Subject: RE: build pyLucene 4.10.1-1 On Fri, 10 Oct 2014, Márk Csaba wrote: You're running Python 2.6.8 if I remember correctly. The 'with' syntax used in this test may not work with that version of Python. Could you try replacing it with a try: except: clause instead ? Or upgrading to Python 2.7 ? Is there any reason to run such an old version of Python ? Andi..