Hello,

I followed http://wiki.tiker.net/PyOpenCL/Installation/Linux/Ubuntu and
seemed to sucessufully install pyopencl.
Numpy and boost are also installed and I am running Ubuntu 9.10.

However, when writing :
import pyopencl._cl as _cl
I get the following error message :
...ImportError: libOpenCL.so: cannot open shared object file: No such file
or directory

- My LD_LIBRARY_PATH seems to be ok :
/usr/local/lib:/home/froloe/tools/opencl/ati-stream-sdk-v2.2-lnx32/lib/x86:
- ldd _cl.so indicates :
          libOpenCL.so =>
/home/froloe/tools/opencl/ati-stream-sdk-v2.2-lnx32/lib/x86/libOpenCL.so
(0xb7772000)

Many thanks in advance for any clue you can give me,

François
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to