Modify

Opened 8 months ago

Closed 4 months ago

#14337 closed task (fixed)

Add compatibility with Python 3

Reported by: Ryan J Ollos Owned by: Jun Omae
Priority: normal Component: PlantUmlMacro
Severity: normal Keywords:
Cc: joachim.banzhaf@… Trac Release:

Description

2024-03-15 20:42:45,458 Trac[loader] ERROR: Skipping "plantuml.macro = plantuml.macro":
Traceback (most recent call last):
File "/home/trac/python-3.12.2/venv/base/lib/python3.12/site-packages/trac/loader.py", line 80, in _load_eggs
entry.load(require=True)
File "/home/trac/python-3.12.2/venv/base/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2482, in load
return self.resolve()
^^^^^^^^^^^^^^
File "/home/trac/python-3.12.2/venv/base/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2488, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/trac/python-3.12.2/venv/base/lib/python3.12/site-packages/plantuml/macro.py", line 115
except NoSuchNode, e:
^^^^^^^^^^^^^

Attachments (0)

Change History (4)

comment:1 Changed 8 months ago by Ryan J Ollos

Cc: joachim.banzhaf@… added
Status: newaccepted

comment:2 Changed 4 months ago by Jun Omae

#14347 was closed as a duplicate.

comment:3 Changed 4 months ago by Jun Omae

Owner: changed from Ryan J Ollos to Jun Omae

comment:4 Changed 4 months ago by Jun Omae

Resolution: fixed
Status: acceptedclosed

In 18647:

TracPlantUml 2.3.1dev: make compatible with Trac 1.6 and Python 3 (closes #14337)

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.