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

  1. Install DesktopEdition and start the server.

  2. 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

Note that this bug is specific to DesktopEdition. My scripts did not package all languages :-) -- AlexanderSchremmer 2006-01-24 23:59:38

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/DesktopEditionGivesTypeErrorWithInternetExplorer (last edited 2007-10-29 19:22:15 by localhost)