diff -urN gaphor-0.9.2/setup.py gaphor-0.9.2.new/setup.py --- gaphor-0.9.2/setup.py 2007-03-20 19:55:32.000000000 -0400 +++ gaphor-0.9.2.new/setup.py 2007-03-20 19:52:27.000000000 -0400 @@ -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, diff -urN gaphor-0.9.2/utils/command/install_mo.py gaphor-0.9.2.new/utils/command/install_mo.py --- gaphor-0.9.2/utils/command/install_mo.py 2007-03-01 01:45:26.000000000 -0500 +++ gaphor-0.9.2.new/utils/command/install_mo.py 2007-03-20 19:53:43.000000000 -0400 @@ -51,4 +51,4 @@ self.copy_file(mofile, outfile) from distutils.command.install import install -install.sub_commands.append(('install_mo', None)) +#install.sub_commands.append(('install_mo', None))