Hello.
I have compiled the latest version of PyOpenCL and it does not work:
$ python test_wrapper.py 
Traceback (most recent call last):
  File "test_wrapper.py", line 20, in <module>
    import pyopencl.array as cl_array
  File "/usr/lib/pymodules/python2.6/pyopencl/array.py", line 34, in 
<module>
    import pyopencl.elementwise as elementwise
  File "/usr/lib/pymodules/python2.6/pyopencl/elementwise.py", line 33, in 
<module>
    from pyopencl.tools import context_dependent_memoize
  File "/usr/lib/pymodules/python2.6/pyopencl/tools.py", line 35, in 
<module>
    import pyopencl.array as cl_array
AttributeError: 'module' object has no attribute 'array'
 
Problem does not occur in dbc087df471ec2adc8eb88a35f45ba3829c6d168,
but appears in ffee8b44e499f66782d13a9a8c7d1f875af2ebdb and is also
present in 37d22e29a57d49e0cccc796ee685241ca8798fe8.

Best regards.
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to