Well that definitly works, thanks. Is there any way to keep the themes
though?
--
http://mail.python.org/mailman/listinfo/python-list
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 Su
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