Modify

Opened 6 months ago

Closed 6 months ago

#14252 closed defect (fixed)

CSV macro does not work with Python 3

Reported by: roger.oberholtzer@… 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 6 months ago by Jun Omae

Owner: set to Jun Omae
Resolution: fixed
Status: newclosed

In 18581:

CsvMacro: make compatible with Trac 1.4/1.6 and Python 3 (closes #14252, #14151)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.