Hi!
I'm trying to install pyopencl on OSX 10.6. I've installed python 2.6, Boost and pyopencl. When I try to run the included 'demo.py' I get:
Smithers:examples markus$ python demo.py
Traceback (most recent call last):
File "demo.py", line 1, in <module>
import pyopencl as cl
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyopencl-0.91.4-py2.6-macosx-10.3-fat.egg/pyopencl/__init__.py", line 3, in <module>
import pyopencl._cl as _cl
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyopencl-0.91.4-py2.6-macosx-10.3-fat.egg/pyopencl/_cl.so, 2): Symbol not found: __ZNK5boost6python7objects21py_function_impl_base9max_arityEv
Referenced from: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyopencl-0.91.4-py2.6-macosx-10.3-fat.egg/pyopencl/_cl.so
Expected in: dynamic lookup
What am I doing wrong?
My second problem was finding this list! Its so well hidden I hope someone reads it...:)
Thanks for your help.
Markus
|