I have installed new gnome 2.6 on Debian (experimental package, here might be the problem) and whenever I run my application I get this (not only one):
(matlex.py:25598): Gtk-WARNING **: Nemohu nalézt knihovnu pro témata v module_path: "qtpixmap",
my app works, but it's appearance changed. It's sort of flat now.
How do I repair this. I have tried to recompile, reinstall wx, but that did not help.
Thanks
Petr
I have installed new gnome 2.6 on Debian (experimental package, here might be the problem) and whenever I run my application I get this (not only one):
(matlex.py:25598): Gtk-WARNING **: Nemohu nalézt knihovnu pro témata v module_path: "qtpixmap",
my app works, but it's appearance changed. It's sort of flat now.
How do I repair this. I have tried to recompile, reinstall wx, but that did not help.
My guess is that the gnome 2.6 update and the qtpixmap theme are not compatible, or that the new gtk libs are expecting to find it in a different location. Do other GTK apps also fail to use the theme?
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!