On Donnerstag 07 Januar 2010, Ian Ozsvald wrote:
> Are there some files I can manually copy over to force it to work?  I'm
> happy to help test new installers to iron out the problem but I'd love to
> take a step forwards (if I'm just missing a few copied files) and actually
> see it running locally.

An easy way to make this work is to hardcode the path to
pycuda-helpers.hpp as the result of _find_pycuda_include_path().

I noticed an oddity in your install dump. You say you're using
setuptools, but the install says something about building a "distribute
egg". See http://wiki.tiker.net/DistributeVsSetuptools for background if
needed. In a word, I think you have both setuptools and distribute installed,
and in the end only the distutils part of setup.py gets executed, which
killed the auto-install of pytools and the copying of the header, via

  data_files=[
      ("include/pycuda", glob.glob("src/cuda/*.hpp"))
      ],

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