Andrea, does the contents of this data folder need to be included in
releases or is it just used to make PyEmbeddedImages and such? The
reason I ask is because there are a few places in the release tools
and scripts that need to be updated to include new folders, and I
usually forget to do it.
Andrea, does the contents of this data folder need to be included in
releases or is it just used to make PyEmbeddedImages and such? The reason I
ask is because there are a few places in the release tools and scripts that
need to be updated to include new folders, and I usually forget to do it.
I have created that folder as the latest widget in AGW,
ShortcutEditor, has a simple "default help" window (a
wx.hml.HtmlWindow) containing general instructions (addressing the
user of ShortcutEditor, not the wxPython developer) on how to use it.
This HtmlWindow needs 4 thumbnails and 4 bigger images, plus some
text. I wasn't sure where to put this stuff, so I thought I'll let a
developer use the default help and include this folder in the AGW
distribution.
I could obviously use img2py for all the images and embed the HTML
text in the source, but that will make the ShortcutEditor Python file
very big and difficult to navigate. If you have better ideas, please
do let me know.