InitAllImageHandlers

Greetings,

I want to use wx.Image separately from the GUI part of wxpython (specifically in another module). I find that I need to call InitAllImageHandlers() else I cannot create a wx.Image from a file. Now, actually calling InitAllImageHandlers() is a no-op, as noted in the docs. How do I call it? I am just building a dummy app that I do not even hold on to with wx.App() before using wx.Image, which works, but it seems a bit odd making an application object, just so I can use wx.Image.

···

Tom Harris celephicus@gmail.com