On Wed, 16 Mar 2011 17:09:03 +0100, "=?UTF-8?B?VG9tYXN6IFJ5YmFr?=" <[email protected]> wrote: > 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.
Already fixed in 2ff7c51796d7599cec3eeba9f7d452ca2aa82fd5. Andreas
pgpd2gH9cQIYj.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
