Opened 3 years ago

Last modified 3 years ago

#13781 closed defect

ExcelDownloadPlugin does not work with 1.4.1 — at Version 1

Reported by: laszlo.elbert@… Owned by: Jun Omae
Priority: normal Component: ExcelDownloadPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.4

Description (last modified by Ryan J Ollos)

Dear Colleagues,

After installation the plugin fails:

Trac detected an internal error:

ImportError: cannot import name NamedStyle

Python Traceback

Most recent call last:

    File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line 639 , in dispatch_request
    File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line 252 , in dispatch
    File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line 495 , in _post_process_request
    File "build/bdist.linux-i686/egg/tracexceldownload/ticket.py", line 419 , in post_process_request
    File "build/bdist.linux-i686/egg/tracexceldownload/ticket.py", line 425 , in _convert_report
    File "build/bdist.linux-i686/egg/tracexceldownload/api.py", line 60 , in get_workbook_writer
    File "build/bdist.linux-i686/egg/tracexceldownload/api.py", line 204 , in __init__
    File "build/bdist.linux-i686/egg/tracexceldownload/api.py", line 113 , in __init__
    File "build/bdist.linux-i686/egg/tracexceldownload/api.py", line 216 , in _get_excel_styles 

Change History (1)

comment:1 Changed 3 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.