Modify

Opened 14 years ago

Closed 14 years ago

#6655 closed defect (fixed)

syntax error at line 143

Reported by: raffalli@… Owned by: Alexander Slesarev
Priority: highest Component: CodeExampleMacro
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

Using python 2.4 with trac 0.11 up to date, I get a syntax error at line 143 of code_example_processor.py (just on the y)

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by Alexander Slesarev

Status: newassigned

comment:2 in reply to:  description Changed 14 years ago by anonymous

Replying to raffalli@univ-savoie.fr:

Using python 2.4 with trac 0.11 up to date, I get a syntax error at line 143 of code_example_processor.py (just on the y)

After checking, this is really a problem of using Python 2.5 syntax (like try: except: finally:) Python 2.4 still being the default of Debian stable, I think trac plugins should be checked for python 2.4

comment:3 Changed 14 years ago by Alexander Slesarev

Resolution: fixed
Status: assignedclosed

Fixed in r7633.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alexander Slesarev.
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.