On Fri, 27 Apr 2012 23:28:59 +0900, SungHwan Choi <[email protected]> wrote: > 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.
Have you used "Dependency Walker" on the _driver.pyd or _driver.dll that it's trying to load? (likely in the directory "C:\Python27\Lib\site-packages\pycuda\") What does that report? Andreas
pgp5WcrX1xL6g.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
