On 3/2/2012 4:39 AM, Andreas Kloeckner wrote:
On Sat, 25 Feb 2012 08:33:07 -0600, Alexander 
Pourshalchi<[email protected]>  wrote:
Hi Andreas,
Thanks for your reply,
from pycuda._driver import *
ImportError: DLL load failed: The specified module could not be found.
When I tried to open the _driver.pyd in Winedit there was an error in that
possible corrupted data when transfered from unix

You also need to install the boost Python packages:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#boost.python

Also, *please* make sure to keep the list cc'd when replying.

HTH,
Andreas


I just noticed that my pycuda and boost.python packages were out of sync. That should be corrected now. Still _driver.pyd depends on curand32_41_28.dll (included in the CUDA SDK 4.1.28) and the Microsoft Visual C++ 2008 redistributable package (probably included with Pythonxy).

Christoph

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

Reply via email to