Hi everyone,I'm a student who is searching for the right way to install pycuda 
on his Laptop.I've tried to install pycuda following the instructions posted 
here: http://wiki.tiker.net/PyCuda/Installation/WindowsI have Windows 7 64 bit 
with a Nvidia GeForce 9600m GT.When I start Idle in Python 2.7 and I try to run 
the following code:
>>import pycuda.driver it shows :

Traceback (most recent call last):  File "<pyshell#4>", line 1, in <module>    
import pycuda.driver  File "C:\Python27\lib\site-packages\pycuda\driver.py", 
line 2, in <module>    from pycuda._driver import *ImportError: DLL load 
failed: Impossibile trovare il modulo specificato.>>> 
or if I try to run:
import pycuda.autoinit
it shows:

Traceback (most recent call last):  File "<pyshell#6>", line 1, in <module>    
import pycuda.autoinit  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: Impossibile trovare il 
modulo specificato.

  
what does it mean? How can I solve this problem? Please, help me. Thank you 
all. 
_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to