From: Pearu P. <pe...@sc...> - 2006-05-24 08:52:55
|
On Wed, 24 May 2006, Ed Schofield wrote: > Schug, Eric C. wrote: >> >> When installing Numpy 0.9.8 then running import scipy I get the >> following Error >> >> import testing -> failed: No module named win32pdh >> >> >> >> Base on reviewing earlier releases appears to have a dependence on >> win32all which was removed in >> >> numpy-0.9.6r1.win32-py2.4.exe >> >> Could this dependence be removed from this latest version? >> > > Doh! My 0.9.6 rebuild was just a stop-gap measure; I commented out the > offending lines in numpy/testing/utils.py, but didn't change the trunk. > I should have communicated this better. Travis, shall we just remove > all lines from 67 to 97? No, the code in these lines is not dead. I'll commit a fix to this issue in a moment. Pearu |