From: Bill B. <wb...@gm...> - 2006-07-13 02:29:49
|
In numpy/distutils/command/config.py: 'cookedm' added a get_output() command on June 9. This get_output function uses os.WEXITSTATUS and various other os.W*functions. These do not exist in Python on Windows. Is there some other way to achieve the same thing without those? For now, just commenting out those error checking lines seems to do the trick. --bb |