Modify ↓
#13781 closed defect (cantfix)
ExcelDownloadPlugin does not work with 1.4.1
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Component: | ExcelDownloadPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description (last modified by )
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
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
comment:3 Changed 5 years ago by
Thanks for the resolution. I had to remove all dependencies and reinstall. It works now. Thanks for looking. Best Laszlo
Note: See
TracTickets for help on using
tickets.
That's an installationn issue. Your installed openpyxl is broken.
The
NamedStyle
is available on fresh installation.