Opened 18 years ago

Last modified 18 years ago

#341 closed defect

Abnormal stop — at Version 1

Reported by: tanuki@… Owned by: Alec Thomas
Priority: normal Component: IniAdminPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description (last modified by Noah Kantrowitz)

Trac 0.10 ... latest update: today (2006-04-27). Apache on Windows 2000 Server, mod_python-3.1.3 Python 2.3, pysqlite 1.1.7

Globally installed in Python Site Libs After enabling, in WebAdmin, access to any item in the IniAdmin function list causes this Traceback.

Thanks in advance for your efforts,

Tanuki

Python Traceback

Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 299, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 189, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\python23\lib\site-packages\TracWebAdmin-0.1.2dev_r3190-py2.3.egg\webadmin\web_ui.py", line 106, in process_request
    path_info)
  File "build\bdist.win32\egg\iniadmin\iniadmin.py", line 48, in process_admin_request
TypeError: sort() takes no keyword arguments

Change History (1)

comment:1 Changed 18 years ago by Noah Kantrowitz

Description: modified (diff)
Note: See TracTickets for help on using tickets.