Modify ↓
Opened 2 years ago
Closed 2 years ago
#14252 closed defect (fixed)
CSV macro does not work with Python 3
| Reported by: | Owned by: | Jun Omae | |
|---|---|---|---|
| Priority: | normal | Component: | CsvMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
when trying to display something like this:
{{{
#!CSV
123 123 123 123
234 234 234 234
}}}
I get this error:
Error: Processor CSV failed initial_value must be str or None, not bytes
This is with Trac 1.5.4 and Python 3.11
Attachments (0)
Change History (1)
comment:1 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: