Modify ↓
Opened 2 years ago
Last modified 2 years ago
#14152 new defect
Make compatible with Jinja2 template engine after Trac 1.4
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | DuplicateTicketSearchPlugin |
Severity: | normal | Keywords: | jinja2 |
Cc: | Trac Release: | 1.4 |
Description (last modified by )
The loading this plugin, trac complains like this in the log:
2022-09-08 14:49:05,060 Trac[loader] ERROR: Skipping "DuplicateTicketSearch = duplicateticketsearch": ImportError: cannot import name 'ITemplateStreamFilter' from 'trac.web' (/usr/lib/python3.10/site-packages/Trac-1.5.4.dev0-py3.10.egg/trac/web/__init__.py)
I am guessing that a trac component is changed/removed.
This is with version r18497 of the plugin.
Attachments (0)
Change History (2)
comment:1 Changed 2 years ago by
Keywords: | jinja2 added; python3 removed |
---|---|
Summary: | Unable to use DuplicateTicketSearch in Trac 1.5 / Python 3 → Make compatible with Jinja2 template engine after Trac 1.4 |
Trac Release: | → 1.4 |
comment:2 Changed 2 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.