On Thu, 13 Jul 2006 11:29:46 +0900
"Bill Baxter" <[EMAIL PROTECTED]> 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/
|[EMAIL PROTECTED]


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to