[Numpy-discussion] numpy distutils problem on Windows

David M. Cooke cookedm at physics.mcmaster.ca
Wed Jul 12 22:48:35 EDT 2006


On Thu, 13 Jul 2006 11:29:46 +0900
"Bill Baxter" <wbaxter at gmail.com> wrote:

> 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.

Shoot, you're right. I didn't see that in the docs for the os module.

I've fixed it in svn (I think -- I don't have a Windows box to test on).

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke                      http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca




More information about the NumPy-Discussion mailing list