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

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