[wxPython-users] error opening icons with KDE
Robin Dunn
robin at alldunn.com
Thu Aug 3 10:39:33 PDT 2006
Christian Meesters wrote:
> just migrated an application of mine to an SuSE-platform (first time I tried
> it with KDE) and when I try to open an wx.MessageDialog I get errors like
> these and no icon gets displayed:
>
> (python:6539): Gtk-WARNING **: Error loading icon: Failed to load image
> '/opt/kde3/share/icons/crystalsvg/22x22/actions/button_ok.png': Transformed
> PNG has zero width or height.
>
> But all such buttons are on the place wx, respectively Gtk, is looking for.
> And they are ok. My wxPython-application is the only one having trouble
> to open these buttons.
Have you tried with other GTK apps that use stock buttons? You may also
want to try running them from a terminal window so you can see if any
different log messages are generated, that may give some additional clues.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list