Modify ↓
Opened 16 years ago
Closed 16 years ago
#7881 closed defect (wontfix)
NameError: global name 'sorted' is not defined
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.2.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /admin/accounts/config
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'accounts', 'panel_id': u'config', 'path_info': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
System Information
Trac | 0.11.2.1
|
Python | 2.3.4 (#1, Feb 15 2005, 19:42:48) [GCC 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)]
|
setuptools | 0.6c7
|
SQLite | 3.3.6
|
pysqlite | 1.1.7
|
Genshi | 0.5.1
|
mod_python | < 3.2
|
Subversion | 1.4.6 (r28521)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 433, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.3/site-packages/trac/admin/web_ui.py", line 114, in process_request path_info) File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 114, in render_admin_panel File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 155, in _do_config NameError: global name 'sorted' is not defined
Attachments (0)
Note:
See TracTickets
for help on using tickets.
acct_mgr ⇒ TracHacks:AccountManagerPlugin