Modify ↓
Opened 13 months ago
Closed 13 months 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 13 months ago by
Owner: | set to Jun Omae |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 18581: