id summary reporter owner description type status priority component severity resolution keywords cc release 1019 ThemeEngine fails in Python 2.3 Dave Gynn Noah Kantrowitz "I had the following error with ThemeEnginePlugin in Python 2.3 {{{ NameError: name 'set' is not defined args = (""name 'set' is not defined"",) }}} I modified themeengine/filter.py as follows and got it to work {{{ try: set except NameError: from sets import Set as set }}}" defect closed normal ThemeEnginePlugin normal fixed 0.10