Ticket #7823 (new defect)
import obfuscation
| Reported by: | tac@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11.3 |
| Component: | web frontend/mod_python | Version: | 0.11.2 |
| Severity: | normal | Keywords: | |
| Cc: | kasper@…, osimons |
Description
I use in my external app
from trac.admin.console import TracAdmin
In trac 0.11.2 i get the errors: IRequestHandler not found.
I solved this issue by fixing
- trac/attachment.py
- from trac.web import HTTPBadRequest, IRequestHandler + from trac.web.api import HTTPBadRequest, IRequestHandler
- trac/wiki/intertrac.py
- from trac.web import IRequestHandler + from trac.web.api import IRequestHandler
I am open for every solution - i won't touch trac source. But trac.admin.console is otherwise not usable for me.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


