--- setup.py 2006/06/13 00:48:25 1.1 +++ setup.py 2006/06/13 00:51:28 @@ -114,6 +114,8 @@ class config_Gaphor(Command): except ImportError: print "!!! Required module '%s' not found." % module self.config_failed.append(module) + except RuntimeError: + print "Warning: import of module '%s' failed; assuming OK" % module else: print "Module '%s' found." % module for key, ver in version_checks: