Re: [Moin-user] KeyError in Python with 1.8.2

2009-02-23 Thread Thomas Waldmann
> Thanks for the responses, Marcel and Thomas. Thomas, I did do the > cache flush procedure as part of the upgrade, plus i did the manual > cache deletion you suggested. what was interesting is that the only > file in there was "en" which appears to be an '8086 relocatable > (Microsoft)' LOL.

Re: [Moin-user] KeyError in Python with 1.8.2

2009-02-23 Thread Matt W
>> page I see: >> >> KeyError >> 'en' >> If you want to report a bug, please save this page and attach it to >> your bug report. >> [etc] >> > > below "report a bug" there is normally a traceback, this would be very > usefull if you can submit this also. because this shows where the error > occur

Re: [Moin-user] KeyError in Python with 1.8.2

2009-02-21 Thread Thomas Waldmann
> File > "/usr/local/wiki/lib/python2.5/site-packages/MoinMoin/i18n/__init__.py", > line 238, in getDirection > return languages[lang]['x-direction'] > KeyError: 'en' Try stopping moin, clearing the data/cache/i18n/* and restart moin.

Re: [Moin-user] KeyError in Python with 1.8.2

2009-02-21 Thread [email protected]
Matt W schrieb: > Hi all-- > > here I go again, upgrading MoinMoin, something that has bitten me before :) > > We are upgrading from 180 to 182. I really tried to be careful > following the guides and didn't see any 'gotchas' in the CHANGES file. > I thought I had done everything correctly but