Install snappy

Doing import snappy and get the following error in Python:

File “<pyshell#0>”, line 1, in
import snappy
File “C:\Python27\lib\site-packages\snappy_init_.py”, line 63, in
jpyutil.preload_jvm_dll()
File “C:\Python27\lib\site-packages\snappy\jpyutil.py”, line 315, in preload_jvm_dll
return ctypes.CDLL(jvm_dll_file, mode=ctypes.RTLD_GLOBAL)
File “C:\Python27\lib\ctypes_init_.py”, line 366, in init
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 193] Το %1 δεν είναι έγκυρη εφαρμογή Win32

Any ideas?

solved…

How did you solve it? It confused me for a long time.