suse linux 10 and wx.listctrl display issues

Eric Davis endavis at gmail.com
Fri Mar 10 11:00:16 EST 2006


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...
> 




More information about the Python-list mailing list