<#part sign=pgpmime> On Tue, 06 Mar 2012 22:10:29 +0100, Kaczmarski Krzysztof <[email protected]> wrote: > Andreas, > > Thanks for help. > > Now I get: > kk@oktan:~/pycuda-old/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 > File "/usr/lib/python2.6/dist-packages/pycuda/tools.py", line 30, in > <module> > import pycuda.driver as cuda > File "/usr/lib/python2.6/dist-packages/pycuda/driver.py", line 2, in > <module> > from pycuda._driver import * > ImportError: No module named _driver > > I copied manually pyCuda to python folder in my system but it looks like > it does not help. > > I think python cannot find pycuda files. How can I fix it? > People like me, knowing CUDA but having limited experience with CUDA > would certainly love a guide like "pyCuda for python newbies" :) > > Where actually pyCuda should be placed in the system?
Did you 'python setup.py install' call actually succeed? If so, Python should find PyCUDA without help. Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
