Hi
I am beginner of pycuda. Since I have much interest on GPU coding, I have
touched pycuda. In order to code more efficiently, I decided to use PyDev
but in PyDev, I can not call even one of module in pycuda. I installed
pycuda from binary code, which is posted on
http://www.lfd.uci.edu/~gohlke/pythonlibs/
I am now used python2.7 and numpy and all other stuff needed for pycuda are
already installed.


*import pycuda*
*
*
*if __name__ == '__main__':*
*    *
*    print "say hello"*


above code has no error message on ecilpse console but


*import pycuda.driver*
* *
*if __name__ == '__main__':*
*    *
*    print "say hello"*

above code raise error
Traceback (most recent call last):
  File
"C:\Users\USER\Downloads\eclipse-java-indigo-SR1-win32-x86_64\eclipse\plugins\org.python.pydev.debug_2.5.0.2012040618\pysrc\pydevd.py",
line 1346, in <module>
    debugger.run(setup['file'], None, None)
  File
"C:\Users\USER\Downloads\eclipse-java-indigo-SR1-win32-x86_64\eclipse\plugins\org.python.pydev.debug_2.5.0.2012040618\pysrc\pydevd.py",
line 1060, in run
    pydev_imports.execfile(file, globals, locals) #execute the script
  File "C:\Users\USER\Documents\Eclipse\Python_tmp\main.py", line 6, 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:


How can I resolve the above error? Is it possible to use pyCuda in pydev
environment? If anyone who know the answer please give me answer as soon as
possible

thanks

Sincerely

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

Reply via email to