Description
Using DesktopEdition Release 1.5.0 (patch-375; DesktopEdition Release 1.5.0-1) on a Windows 2000 box, I keep getting TypeError exceptions (args = ('unsubscriptable object',)) in the request.run method whenever I access the site using IE. FireFox works fine, though.
Steps to reproduce
Install DesktopEdition and start the server.
- Connect to the site using (non-english) IE 6.0
Example
MoinMoinBugs/DesktopEditionGivesTypeErrorWithInternetExplorerTraceback.html
contains
Traceback (most recent call last): File "MoinMoin\request.pyo", line 1037, in run File "MoinMoin\wikiutil.pyo", line 612, in getFrontPage File "MoinMoin\wikiutil.pyo", line 581, in getSysPage File "MoinMoin\request.pyo", line 160, in <lambda> File "MoinMoin\i18n\__init__.pyo", line 290, in getText TypeError: unsubscriptable object
Details
MoinMoin Version |
Release 1.5.0 (DesktopEdition) |
OS and Version |
Windows 2000, Swedish IE |
Python Version |
Bundled |
Server Setup |
|
Server Details |
|
Workaround
Configure browser to prefer English (see below).
Discussion
Hmm. I seem to have misread the HTML traceback; it's getText that fails, not run. Could this be a localization error? I'll investigate. -- FredrikLundh 2006-01-23 08:20:43
- Yes, it is a broken sv language file. You can set your browser to english, create an account and use the wiki afterwards.
Worked fine. Thanks! -- FredrikLundh 2006-01-24 10:20:22
- Yes, it is a broken sv language file. You can set your browser to english, create an account and use the wiki afterwards.
Note that this bug is specific to DesktopEdition. My scripts did not package all languages -- AlexanderSchremmer 2006-01-24 23:59:38
Plan
- Priority:
- Assigned to:
Status: Fixed in MoinMoin DesktopEdition 1.5.1-1.