id summary reporter owner description type status priority component severity resolution keywords cc release 8742 SyntaxError: invalid syntax (core.py, line 205) didley@… Tetsuya Morimoto "Hello, I got this error when I'm using TracCron. {{{ SyntaxError: invalid syntax (core.py, line 205) 2011-04-27 16:49:06,371 Trac[loader] ERROR: Skipping ""traccron.task = traccron.task"": Traceback (most recent call last): File ""C:\Programme\Python25\lib\site-packages\trac-0.12.2-py2.5.egg\trac\loader.py"", line 68, in _load_eggs entry.load(require=True) File ""C:\Programme\Python25\Lib\site-packages\setuptools-0.6c11-py2.5.egg\pkg_resources.py"", line 1954, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File ""build\bdist.win32\egg\traccron\task.py"", line 18, in File ""d:\project\generalissuetracker\plugins\traccronplugin-0.3dev-py2.5.egg\traccron\core.py"", line 205 except Exception as e: ^ SyntaxError: invalid syntax (core.py, line 205) }}} I got this error also when I compile your plugin {{{ build\bdist.win32\egg\traccron\core.py:205: Warning: 'as' will become a reserved keyword in Python 2 .6 File ""build\bdist.win32\egg\traccron\core.py"", line 205 except Exception as e: ^ SyntaxError: invalid syntax }}} " defect closed normal TracCronPlugin normal duplicate 0.12