Hi Allan,

On Montag 12 Oktober 2009, Allan Peter Engsig-Karup wrote:
> File "setup.py", line 199, in main
>     conf["CUDA_INC_DIR"] = [join(conf["CUDA_ROOT"], "include")]
>   File
> "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.
> p y", line 67, in join
>     elif path == '' or path.endswith('/'):
> AttributeError: 'list' object has no attribute 'endswith'
> make: *** [all] Error 1
> 
> Anyone has experince with this error or can direct me towards a solution?

CUDA_ROOT, unlike most of the other config variables, is a plain string, not a 
a list of strings--i.e. getting rid of the brackets should solve the issue.

Andreas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to