wxPython GIFAnimationCtrl: embed animation gif in the source code
Wednesday, March 27th, 2013In some cases it is useful to store media files inside the python code itself. For images, PyEmbeddedImage and the script img2py.py work well. But for GIFAnimationCtrl no obvious solution is available, therefore I had to investigate the source code of wx.animate to find one.