
themaoc at gmail
Oct 19, 2007, 3:47 PM
Post #1 of 1
(174 views)
Permalink
|
|
Problem with the tracGANTT plugin
|
|
Hi, everyone time ago, I posted a problem and was solved, now I've other problem and this time with the gantt plugin, I downloades the sorce code from http://willbarton.com/code/tracgantt/ and make the .egg file, I pasted the .egg file inside plugin directory of my proyect db. and work.. the "Gantt Chart" tag is displayed in the main menu bar, the problem is when I do click in the gantt chart tag, a list reports is displayed and I select "My Tickets" the next error is displayed: Python Traceback Traceback (most recent call last): File "H:\tracSystem\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "H:\tracSystem\Python24\Lib\site-packages\trac\web\main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "build\bdist.win32\egg\tracgantt\gantt.py", line 118, in process_request File "build\bdist.win32\egg\tracgantt\gantt.py", line 175, in _tickets_for_report File "H:\tracSystem\Python24\Lib\site-packages\trac\db\util.py", line 51, in execute return self.cursor.execute(sql) File "H:\tracSystem\Python24\Lib\site-packages\trac\db \sqlite_backend.py", line 56, in execute args or []) File "H:\tracSystem\Python24\Lib\site-packages\trac\db \sqlite_backend.py", line 48, in _rollback_on_error return function(self, *args, **kwargs) ProgrammingError: Incorrect number of bindings supplied. The current statement uses 1, and there are 0 supplied. Why ??? I follow the instructions from http://willbarton.com/files/TracGantt-README.txt I hope that you can help me.. Regards. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|