Modify

Opened 19 months ago

Closed 5 months ago

#14151 closed defect (fixed)

Unable to use CSV macro in Trac 1.5 / Python 3

Reported by: roger.oberholtzer@… 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 19 months ago by anonymous

Summary: Error in Trac 1.5 and Python 3Unable to use CSV macro in Trac 1.5 / Python 3

comment:2 Changed 5 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.