*** /sw/lib/python2.4/distutils/command/build_ext.py Thu Oct 13 14:35:08 2005 --- build_ext.py Thu Oct 13 14:33:02 2005 *************** *** 147,153 **** self.include_dirs.append(plat_py_include) if type(self.libraries) is StringType: ! self.libraries = [self.libraries] # Life is easier if we're not forever checking for None, so # simplify these options to empty lists if unset --- 147,153 ---- self.include_dirs.append(plat_py_include) if type(self.libraries) is StringType: ! self.libraries = self.libraries.split(' ') # Life is easier if we're not forever checking for None, so # simplify these options to empty lists if unset