OpenCL + Python

Hello,

I know this is not a proper OpenCL question but a python one, but because I¡m getting this error only with this .lib, its highly propable that another OpenCL programmer could faced this problem too :slight_smile:

I’m trying to load OpenCL.lib with ctypes (I discarded PyOpenCL and other wrappers) but python always returns me error 193 “Not a Win32 valid application”

My machine is a W7 64bits, with Python 2.7 32bits, and the error happens both on x86 and x64 versions of the lib. I also tried NV and Intel libs from their SDKs…

Thanks :slight_smile: