Modify ↓
Opened 18 years ago
Closed 7 years ago
#1430 closed defect (wontfix)
Error Class XlsDoc
Reported by: | izekia | Owned by: | ajo |
---|---|---|---|
Priority: | normal | Component: | ExcelReportPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
lines 16-18 need to call '_build_directory' method instead of 'build_directory' and so
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
comment:3 Changed 17 years ago by
I have this error in my Trac (Trac 10.3) envirement also.
I got the Error Message (last line):
AttributeError: XlsDoc instance has no attribute '_XlsDoc_ _build_directory'
comment:4 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deprecated: use ExcelDownloadPlugin.
Note: See
TracTickets for help on using
tickets.
i.e. it has to be one underscore character before build methods.