Getting Skein to Work with Python

317 views Asked by At

I've been trying for quite a while now. After I finally got Skein for python to install from here. I keep getting the following error:

from _skein import skein256, skein512, skein1024, threefish ImportError: DLL load failed: %1 is not a valid Win32 application.

Trying again using the 32bit version of Python resulted in this error:

DLL load failed: The specified module could not be found.

I'm not really sure what to do at this point. Any ideas?

1

There are 1 answers

1
tehDorf On BEST ANSWER

Do you have the 64bit version of python installed? Try the 32bit.