Modify ↓
#303 closed defect (fixed)
Register does not work.
| Reported by: | Owned by: | Alec Thomas | |
|---|---|---|---|
| Priority: | normal | Component: | TracHacks |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.9 |
Description
I tried to register on your site and got the following error.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 300, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 176, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 117, in process_request
File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 138, in _do_create
File "build/bdist.linux-i686/egg/acct_mgr/api.py", line 88, in set_password
File "build/bdist.linux-i686/egg/trachacks/trachacks.py", line 83, in set_password
ImportError: cannot import name TagEngine
Attachments (0)
Note: See
TracTickets for help on using
tickets.



(In [646]) Hopefully fixes #303