WxPython can't load bitmaps from ImageLibraries
Open
ETS Backlog
toolkit: Wx
type: bug
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
We get an error of the form:
```
18:26:10: Error: Can't automatically determine the image format for non-seekable input.
```
and eventually the program crashes. This is because `ImageLibrary` uses zipped images.
While there is probably some solution which unpacks into a filesystem cache, the correct solution may just be to not use zipped libraries; or perhaps even better, deprecate the `ImageLibrary` and replace it with something better.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.