--- scripts/bluepin 2004-03-05 23:14:00.000000000 +0000 +++ scripts/bluepin 2005-04-26 14:34:15.143996872 +0100 @@ -33,11 +33,12 @@ # Set X display before initializing GTK set_display() +import gtk + + # Some versions of fontconfig will segfault if HOME isn't set. os.environ['HOME'] = "" -import gtk - # Dialog Class DLG_OK = 1 DLG_CANCEL = 2