Modify

Opened 17 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 17 years ago by TYatsurak@…

i.e. it has to be one underscore character before build methods.

self._build_directory()                                                                                            
self._build_sat()                                                                                                  
self._build_header() 

comment:2 Changed 17 years ago by JC

That fixed it for me, thanks!

comment:3 Changed 17 years ago by anonymous

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 Ryan J Ollos

Resolution: wontfix
Status: newclosed

Deprecated: use ExcelDownloadPlugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ajo.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.