I am trying to run the main.py program in the part1 tutorial.
it fails with the following error message after reading in the c file.
The PyTools was installed in the site-packages directory
as pytools-2012.1-py2.6.egg
and the register system path is set to
"C:\Python26\Lib\site-packages\pytools;"
Please tell me what path is missing?
Thanks
Traceback (most recent call last):
File "C:\CD_data\pyop_tut_1.py", line 45, in <module>
example.loadProgram("ckernel_1.cl")
File "C:\CD_data\pyop_tut_1.py", line 21, in loadProgram
self.program = cl.Program(self.ctx, fstr).build()
File "C:\Python26\lib\site-packages\pyopencl\__init__.py", line 444, in
build
from pyopencl.cache import create_built_program_from_source_cached
File "C:\Python26\lib\site-packages\pyopencl\cache.py", line 11, in
<module>
from pytools import Record
ImportError: No module named pytools
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl