On Fri, Apr 27, 2012 at 09:27:35AM +0200, Erik Rull wrote: > On April 26, 2012 at 7:02 PM Erik Rull <erik.r...@rdsoftware.de> wrote: > Finally I managed installing python 2.5 on my debian box - but it's not > better: > > python -V reports now python 2.5 > > The error message when pressing <tab> is still the same:
If the Python exception still reports the "except Foo as e:" syntax as the error, then you have not applied this patch to your source tree. Please post the error message you are getting. It might be worth running ./configure --python=/path/to/python2.5 just to ensure it picks up the right Python. Stefan