Reading package lists... Done
Building dependency tree
Reading state information... Done
python-pyopencl is already the newest version.
The following packages were automatically installed and are no longer required:
mesa-utils python-wxgtk2.8 libglew1.5 zlib-bin freedroid-data
python-wxversion
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
It appears pyopencl is installed.
The file in question is in fact called _init_.py
This is what it imports:
import pyopencl._cl as _cl
from pyopencl._cl import *
import inspect as _inspect
Running ldd on pyopen_.cl gives "no such file or directory".
Doing whereis libOpenCL.so* gives me :
/usr/lib/libOpenCL.so /usr/lib64/libOpenCL.so
How do I set the LD_LIBRARY_PATH environment variable ?