[Numpy-discussion] Re: NumPy 0.9.6 and win32pdh

Robert Kern robert.kern at gmail.com
Sat Mar 18 10:18:01 EST 2006


Ed Schofield wrote:
> Hi all,
> 
> I'm trying to compile Win32 binaries for a new release of SciPy.  I'm
> getting a warning message upon import after installing
> numpy-0.9.6-win32-py2.4.exe:
> 
> import testing -> failed: No module named win32pdh
> 
> and I'm unable to run any of NumPy's unit tests unless I manually
> comment out the block
> 
> if os.name=='nt':
> ...
> 
> in testing\utils.py.
> 
> Has anyone else seen this?  Does anyone know if the win32pdh module is
> supposed to be installed with the python-2.4.2.msi installer from
> python.org?

It's from the win32all package.

-- 
Robert Kern
robert.kern at gmail.com

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco





More information about the NumPy-Discussion mailing list