Put this in your main function before you instantiate your wx.App.

        if platform.system() == 'Linux':
            try:
                del os.environ['GTK_RC_FILES']
                del os.environ['GTK2_RC_FILES']
            except ValueError:
                pass

This is a problem with SuSE, but I do it for all linuxes just in case.

Eric

ianaré wrote:
> hum finally did find some SuSE specific RPM's through yast by setting
> the media directory to mirros.kernel.org. Cool. But still the same
> thing happens...
> 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to