Modify ↓
Opened 3 years ago
Closed 2 years ago
#14151 closed defect (fixed)
Unable to use CSV macro in Trac 1.5 / Python 3
| Reported by: | Owned by: | Jun Omae | |
|---|---|---|---|
| Priority: | normal | Component: | CsvMacro |
| Severity: | normal | Keywords: | csv |
| Cc: | Trac Release: |
Description
When trying to use this macro in Trac 1.5 and Python 3 (3.10), I get this:
2022-09-08 14:45:08,891 Trac[loader] ERROR: Skipping "CSV": ImportError: cannot import name 'escape' from 'trac.util' (/usr/lib/python3.10/site-packages/Trac-1.5.4.dev0-py3.10.egg/trac/util/__init__.py)
I am guessing that a trac component is changed/removed.
This is with version 18497 of the macro.
Attachments (0)
Change History (2)
comment:1 Changed 3 years ago by
| Summary: | Error in Trac 1.5 and Python 3 → Unable to use CSV macro in Trac 1.5 / Python 3 |
|---|
comment:2 Changed 2 years ago by
| Owner: | set to Jun Omae |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



In 18581: