--- gaphor-0.8.1/setup.py 2006-02-14 06:05:30.000000000 -0600 +++ - 2006-06-11 13:06:05.120792000 -0500 @@ -70,12 +70,16 @@ self.module_check('xml.parsers.expat') #self.module_check('gobject', 'glib_version', (2, 8)) - self.module_check('gtk', ('gtk_version', (2, 8)), - ('pygtk_version', (2, 8))) + print "Warning: Unable to check gtk version, assuming it is >=2.8" + print "Warning: Unable to check pygtk version, assuming it is >=2.8" + #self.module_check('gtk', ('gtk_version', (2, 8)), + # ('pygtk_version', (2, 8))) #self.module_check('gnome') - self.module_check('gnomecanvas') + print "Warning: Unable to check for gnomecanvas, assuming it has python bindings" + #self.module_check('gnomecanvas') #self.module_check('gconf') - self.module_check('diacanvas', ('diacanvas_version', (0, 14, 3))) + print "Warning: Unable to check for diacanvas, assuming it has python bindings and version >=0.14.3" + # self.module_check('diacanvas', ('diacanvas_version', (0, 14, 3))) print '' if self.config_failed: