Edgewall Software

Opened 15 years ago

Last modified 15 years ago

#8061 closed defect

0.11.3 ticket query error: NameError: global name 'set' is not defined — at Initial Version

Reported by: dgaulke@… Owned by:
Priority: high Milestone: 0.11.4
Component: ticket system Version: 0.11.3
Severity: major Keywords: python23
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The python 2.3 incompatibility is back with 0.11.3. I get the following in the logs when going to "Custom Query". I wish I could upgrade python, but still not an option for me.

File "/usr/lib/python2.3/site-packages/Trac-0.11.3-py2.3.egg/trac/ticket/query.py", line 577, in template_data

wikify = set([fname for f in self.fields

NameError: global name 'set' is not defined

Change History (0)

Note: See TracTickets for help on using tickets.