Open EDW1NCM opened 2 years ago
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'?
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'?