Opened 17 years ago
Last modified 16 years ago
#1343 closed defect
Internal error when managing users — at Version 1
| Reported by: | Paresh | Owned by: | Matt Good |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description (last modified by )
This may be a defect in my setup or my lack of knowledge in using python bases systems.
I have successfully installed tracaccountmanager 0.1.3dev-r2063 on v0.10 of Trac, running the included tracd server.
When on the admin page, I have an accounts section with two subsections on the left hand menu box.
The configuration menu appears to work, but when I click the user admin, I get an internal error.
The traceback is:
Traceback (most recent call last):
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 356, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 224, in dispatch
resp = chosen_handler.process_request(req)
File "c:\python24\scripts\trac\gamescore\plugins\tracwebadmin-0.1.2dev_r4240-py2.4.egg\webadmin\web_ui.py", line 109, in process_request
File "build\bdist.win32\egg\acct_mgr\admin.py", line 48, in process_admin_request
File "build\bdist.win32\egg\acct_mgr\admin.py", line 112, in _do_users
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 226, in _get_users
IOError: [Errno 13] Permission denied: u'c:\\python24\\Scripts\\trac\\gamescore'
Note: See
TracTickets for help on using
tickets.



Fixing formatting.