Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#341 closed defect (fixed)

Abnormal stop

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

Attachments (0)

Change History (7)

comment:1 Changed 18 years ago by Noah Kantrowitz

Description: modified (diff)

comment:2 Changed 18 years ago by Alec Thomas

Resolution: fixed
Status: newclosed

Should be fixed in r719

comment:3 Changed 18 years ago by klight@…

Resolution: fixed
Status: closedreopened

I'm still getting this with r719 (just checked out) and a fresh version of Trac.

comment:4 Changed 18 years ago by Alec Thomas

Resolution: fixed
Status: reopenedclosed

(In [726]) Yet another fix for 2.3isms, hopefully fixes #341

comment:5 Changed 18 years ago by tanuki@…

Severity: blockernormal
Type: defecttask

Fixed for me! :) :) :)

Thanks!

comment:6 Changed 18 years ago by anonymous

Severity: normalblocker
Type: taskdefect

comment:7 Changed 18 years ago by klight@…

Fixed for me as well. Thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.