Hi everyone,
I installed the binary from the Irvine site, but cannot get the included
example to execute.
It looks like I need some path or a .dll is missing.
Here is the diagnostic for the starting few lines
import pyopencl as cl
import numpy
import numpy.linalg as la
resulting in the following error report.
Traceback (most recent call last):
File "C:\Python26\OpenCl_ex.py", line 1, in <module>
import pyopencl as cl
File "C:\Python26\lib\site-packages\pyopencl\__init__.py", line 4, in
<module>
import pyopencl._cl as _cl
ImportError: DLL load failed: The specified module could not be found.
Thanks for the help,
Pedro
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl