From: John H. <jdh...@ac...> - 2006-08-12 16:38:39
|
Just tried to build svn 2999 on OSX 10.3 w/ python2.3 and encountered a bug in numpy/core/setup.py on line 102 if sys.version[:3] < '2.4': #kws_args['headers'].append('stdlib.h') if check_func('strtod'): moredefs.append(('PyOS_ascii_strtod', 'strtod')) I've commented out the kws_args because it is not defined in this function. Appeared to build fine w/o it. JDH |