When I try to import the Scrypt lib from Python right after I'd instaled the package using pip the error message is:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\scrypt.py", line 11, in <module>
_scrypt = cdll.LoadLibrary(imp.find_module('_scrypt')[1])
File "C:\Python27\lib\ctypes\__init__.py", line 431, in LoadLibrary
return self._dlltype(name)
File "C:\Python27\lib\ctypes\__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 193] %1 nÒo Ú um aplicativo Win32 vßlido
In English the message "WindowsError: [Error 193] %1 nÒo Ú um aplicativo Win32 vßlido" means that it is not a valid win32 application
In another computer, when i try to import the same lib there's the error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\scrypt.py", line 11, in <module>
_scrypt = cdll.LoadLibrary(imp.find_module('_scrypt')[1])
File "C:\Python27\lib\ctypes\__init__.py", line 440, in LoadLibrary
return self._dlltype(name)
File "C:\Python27\lib\ctypes\__init__.py", line 362, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] NÒo foi possÝvel encontrar o m¾dulo especificado
In English the message "NÒo foi possÝvel encontrar o m¾dulo especificado" means that was not possible find the module