[Numpy-discussion] Dot product performance on python 2.6 (windows)

"V. Armando Solé" sole at esrf.fr
Fri Sep 11 04:23:37 EDT 2009


Hello,

It seems to point towards a packaging problem.

In python 2.5, I can do:

import numpy.core._dotblas as dotblas
dotblas.__file__

and I get:

C:\\Python25\\lib\\site-packages\\numpy\\core\\_dotblas.pyd

In python 2.6:

 >>>import numpy.core._dotblas as dotblas
...
ImportError: No module named _dotblas

and, of course, I cannot find the _dotblas.pyd file in the relevant 
directories.

Best regards,

Armando




More information about the NumPy-Discussion mailing list