Changes between Initial Version and Version 1 of Ticket #65
- Timestamp:
- 01/15/10 12:15:42 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65
- Property Owner changed from Antoine Martin to Antoine Martin
-
Property
Status
changed from
new
toaccepted
-
Ticket #65 – Description
initial v1 5 5 6 6 But we should either save it in png format (and hope the user's version of windows supports that or at least fails gracefully) or find a library that will convert it to ico (not found so far - only reading is supported, see PIL, etc) 7 8 Maybe py2win32 can give us access to something in windows API that will do the job, [http://mail.python.org/pipermail/python-win32/2009-April/009078.html this] is not too far off (it's only reading though).