Hey guys, I have a trouble installing PyCuda. I'm running Enthought Python
Distribution on Ubuntu 12.04.

My installation seems to go fine. Here's my `configure.py` command.

    ./configure.py \
        --python-exe=/usr/local/EPD/epd-7.3-2-rh5-x86_64/bin/python \
        --cuda-root=/usr/local/cuda-5.0 \
        --cudadrv-lib-dir=/usr/lib \
        --boost-inc-dir=/usr/include \
        --boost-lib-dir=/usr/lib \
        --boost-python-libname=boost_python-mt-py32 \
        --boost-thread-libname=boost_thread-mt \
        --no-use-shipped-boost


But when I run `python test_driver.py` I get an error.


    [115]
[/usr/local/EPD/epd-7.3-2-rh5-x86_64/lib/python2.7/site-packages/pycuda/test]
$ python test_driver.py
    Traceback (most recent call last):
      File "test_driver.py", line 4, in <module>
        from pycuda.tools import mark_cuda_test
    ImportError: No module named pycuda.tools


Any thoughts?

Thanks for the help!

Jason
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to