Author

Topic: Can't get pyopencl works under windows XP (Read 1989 times)

newbie
Activity: 58
Merit: 0
May 16, 2011, 09:57:10 AM
#3
No, I have sp3
member
Activity: 63
Merit: 10
Have you updated your XP install to Service Pack 3? 

I think I've seen that error on client machines that hadn't been updated to SP3.

-X
newbie
Activity: 58
Merit: 0
I've installed pyhon2.7 from windows installer and tryed different versions from

http://www.lfd.uci.edu/~gohlke/pythonlibs/
But all exited with same error:

Code:
>>> import pyopencl as cl
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last):
  File "", line 1, in
  File "c:\python27\lib\site-packages\pyopencl\__init__.py", line 3, in

    import pyopencl._cl as _cl
ImportError: DLL load failed with error code -529697949

So now I have to try build it from source or there is working compiled verion ?

PS i'm using 5870 with opencl driver
Jump to: