I'm trying to compile some sources for working with my GPU. I use pycuda for this. When I compile source code, I receive some errors from Python:
C:\Users\Dmitriy\wcm>python ws_gpu.py test.dcm
Traceback (most recent call last):
File "ws_gpu.py", line 2, in <module>
import pycuda.gpuarray as gpu
File "C:\Python27\lib\site-packages\pycuda\gpuarray.py", line 3, in <module>
import pycuda.elementwise as elementwise
File "C:\Python27\lib\site-packages\pycuda\elementwise.py", line 33, in <module>
from pycuda.tools import context_dependent_memoize
File "C:\Python27\lib\site-packages\pycuda\tools.py", line 30, 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: ═х эрщфхэ єърчрээ√щ ьюфєы№.
Has anyone encountered a similar problem? How can I solve this? I use Windows 7 64-bit, last driver for my GPU (NVIDIA GT520M) and CUDA Toolkit v.5.0.