ETH_Hunt icon indicating copy to clipboard operation
ETH_Hunt copied to clipboard

error windows 10 x64

Open EDW1NCM opened this issue 2 years ago • 0 comments

C:\Windows\system32>python C:\Eth\Eth_Hunt4.py Traceback (most recent call last): File "C:\Eth\Eth_Hunt4.py", line 10, in import secp256k1 as ice File "C:\Eth\secp256k1.py", line 185, in ice.bloom_check_add_mcpu.argtypes = [ctypes.c_void_p, ctypes.c_ulonglong, ctypes.c_char_p, ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong, ctypes.c_ubyte, ctypes.c_char_p] #buff, num_items, found_array, len, 0_1, _bits, hashes, bf ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\ctypes_init.py", line 389, in getattr func = self.getitem(name) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\ctypes_init.py", line 394, in getitem func = self._FuncPtr((name_or_ordinal, self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: function 'bloom_check_add_mcpu' not found. Did you mean: 'bloom_check_add'?

EDW1NCM avatar Nov 07 '22 07:11 EDW1NCM