From: Ed S. <sch...@ft...> - 2006-05-24 08:46:59
|
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? -- Ed |