Modify ↓
#2759 closed defect (wontfix)
Error in google.py
Reported by: | Owned by: | Marcelo Salhab Brogliato | |
---|---|---|---|
Priority: | normal | Component: | ChartReportGeneratorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
png file is readable after a small correction in google.py When the output file is opened up for writing, we have to use "wb" (write binary) mode. Then only it was creating a readable output file
- f = open(filename + '.png', 'w') + f = open(filename + '.png', 'wb')
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Plugin is deprecated. Please checkout one of the numerous other charting plugins on trac-hacks.