Hi all,
I'm getting this error dumped to the log for the Excel Report Plug-in.
I've installed both pyExcelerator and Excel Report Plug-in, copied
excel_report_plugin.py into the plugins directory and restarted Apache.
When I refreshed Trac I noticed the file excel_report_plugin.pyc was
created in the plugins directory. From there I have no idea how to
generate any Excel reports. At the bottom of the query page, "Download
in other formats" lists only RSS Feed, Comma-delimited Text,
Tab-delimited Text, and SQL Query. The plugin does not show in the
plugins section of WebAdmin either. Running Trac 10.4. Is there
something I've missed here for installing this plugin?
2007-07-10 12:38:07,698 Trac[loader] ERROR: Failed to load plugin from
d:\trac\myproject\plugins\excel_report_plugin.py
Traceback (most recent call last):
File "C:\Program Files\Python24\Lib\site-packages\trac\loader.py",
line 52, in load_components
module = imp.load_source(plugin_name, plugin_file)
File "d:\trac\myproject\plugins\excel_report_plugin.py", line 4, in ?
from trac.ticket.report import ITicketReportRenderer
ImportError: cannot import name ITicketReportRenderer
Thanks.
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---