Hello,
I have problem importing numpy 0.9.8:
While writing:
>>> import numpy
I 've got this error message:
import testing -> failed: No module named win32pdh
This is not happened in 0.9.6
Can anybody help me?
Thanks,
pujo
From: Stephan T. <st...@si...> - 2006-05-24 15:34:11
The current release accidentally depends on the win32all package:
sourceforge.net/projects/pywin32/
This should be fixed in the latest SVN version.
Stephan
Thanks,
It works.
pujo
On 5/24/06, Stephan Tolksdorf <st...@si...> wrote:
>
> The current release accidentally depends on the win32all package:
> sourceforge.net/projects/pywin32/
>
> This should be fixed in the latest SVN version.
>
> Stephan
>