Hi,

do you have an entry for your boost library in your ~/.bash_profile or in
your /etc/profile?

export DYLD_LIBRARY_PATH=/usr/local/cuda/lib:/usr/local/lib:$DYLD_LIBRARY_PATH

In the case above the boost libraries are in /usr/local/lib. Not sure
if you installed it there or anywherelse.

-massimo


On Mon, Jul 20, 2009 at 12:35 AM, Chris Heuser
<[email protected]>wrote:

> Hey everybody,
> I am trying to install .94 beta on a MacBook Pro. I went through the
> installation instructions on the wiki, and everything went fairly well. It
> seemed to have all worked and returned 0 errors. but when I run
> test_driver.py, this error comes up:
>
> Traceback (most recent call last):
>   File "test/test_driver.py", line 472, in <module>
>     import pycuda.autoinit
>   File
> "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pycuda-0.94beta-py2.5-macosx-10.3-i386.egg/pycuda/autoinit.py",
> line 1, in <module>
>     import pycuda.driver as cuda
>   File
> "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pycuda-0.94beta-py2.5-macosx-10.3-i386.egg/pycuda/driver.py",
> line 1, in <module>
>     from _driver import *
> ImportError:
> dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pycuda-0.94beta-py2.5-macosx-10.3-i386.egg/pycuda/_driver.so,
> 2): Library not loaded: libboost_python-xgcc40-mt-1_39.dylib
>   Referenced from:
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pycuda-0.94beta-py2.5-macosx-10.3-i386.egg/pycuda/_driver.so
>   Reason: image not found
>
> Any ideas how I could fix this?
>
> Thanks!
>
>     >>>Chris Heuser
>
> _______________________________________________
> PyCUDA mailing list
> [email protected]
> http://tiker.net/mailman/listinfo/pycuda_tiker.net
>
>
_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to