<#part sign=pgpmime> On Thu, 15 Mar 2012 10:42:19 -0700, "Serra, Mr. Efren, Contractor, Code 7542" <[email protected]> wrote: > Folks, > > I have encountered following error: > > Python 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on > win > 32 > Type "help", "copyright", "credits" or "license" for more information. > >>> import pycuda.autoinit, pycuda.compiler > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "C:\Python27\lib\site-packages\pycuda\autoinit.py", line 1, in <module> > import pycuda.driver as cuda > File "C:\Python27\lib\site-packages\pycuda\driver.py", line 2, in <module> > from pycuda._driver import * > ImportError: DLL load failed: The specified procedure could not be found. > >>> > > I followed all instructions posted on > http://wiki.tiker.net/PyCuda/Installation/Windows by Chirstoph Bussler. I > also installed boost_python-1.48.win-amd64-py2.7.exe from > http://www.lfd.uci.edu/~gohlke/pythonlibs/#pycuda. Any help would be > appreciated. Here are the verions of things in my machine: > > python-2.7.amd64.msi > pycuda-2011.2.2.win-amd64-py2.7.exe > numpy-MKL-1.6.1.win-amd64-py2.7.exe > pytools-2011.5 > cudatoolkit_3.2.16_win_64.msi > scipy-0.10.1.win-amd64-py2.7.exe > > Thanks.
Have you checked using Dependency Walker what's behind this error message? Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
