Opened 17 years ago

Last modified 15 years ago

#1189 closed defect

TracBurndown-01.05.10-py2.4.egg error — at Version 1

Reported by: anonymous Owned by: Sam Bloomquist
Priority: normal Component: ScrumBurndownPlugin
Severity: normal Keywords:
Cc: jamie.fox@… Trac Release: 0.10

Description (last modified by Noah Kantrowitz)

Upon installing the plugin from source and deploying the following egg (TracBurndown-01.05.10-py2.4.egg) I receive the following error upon clicking on the "Burndown" menu item:

Traceback (most recent call last):
  File "C:\Python24\lib\site-packages\trac-0.10-py2.4.egg\trac\web\main.py", line 356, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python24\lib\site-packages\trac-0.10-py2.4.egg\trac\web\main.py", line 224, in dispatch
    resp = chosen_handler.process_request(req)
  File "build\bdist.win32\egg\burndown\burndown.py", line 174, in process_request
  File "build\bdist.win32\egg\burndown\burndown.py", line 190, in getBurndownData
  File "C:\Python24\lib\site-packages\trac-0.10-py2.4.egg\trac\db\util.py", line 48, in execute
    return self.cursor.execute(sql)
  File "C:\Python24\lib\site-packages\trac-0.10-py2.4.egg\trac\db\sqlite_backend.py", line 56, in execute
    args or [])
  File "C:\Python24\lib\site-packages\trac-0.10-py2.4.egg\trac\db\sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: near "s": syntax error

Have I done something incorrectly?

The "timingandestimationplugin 0.3.7" is installed and has no issues.

Change History (1)

comment:1 Changed 17 years ago by Noah Kantrowitz

Description: modified (diff)

Fixing formatting.

Note: See TracTickets for help on using tickets.