--- setup.py 2007/03/31 00:37:43 1.1 +++ setup.py 2007/03/31 00:37:54 @@ -139,6 +139,8 @@ 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: @@ -214,15 +216,6 @@ 'gaphor.actions', 'gaphor.actions.tests', 'gaphas', - 'zope', - 'zope.interface', - 'zope.component.bbb', - 'zope.component.bbb.tests', - 'zope.interface.common', - 'zope.component', - 'zope.exceptions', - 'zope.deprecation', - 'zope.testing', ], # ext_modules=ext_modules,