--- setup.py.in.bak 2008-06-04 18:20:35.000000000 +0200 +++ setup.py.in 2010-03-12 09:09:03.000000000 +0100 @@ -22,12 +22,6 @@ # http://peak.telecommunity.com/DevCenter/PythonEggs # http://peak.telecommunity.com/DevCenter/EasyInstall has_setup_tools = 0 -try: - from setuptools import setup -except ImportError: - pass -else: - has_setup_tools = 1 # VTK build configuration settings. vtk_version = "@VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@.@VTK_BUILD_VERSION@"