When I'm trying to initialize tonlib, I get this error: RuntimeError: Error in tonlibjson.__del__: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
No matter the tonlibjson, whether I allow unaudited binaries or not (specifying cdll_path) I get this error. I've installed already OpenSSL. I'm using Windows 64 bit with 32bit python environment
OpenSSL version:
PS C:\Users\user> openssl
OpenSSL> version
OpenSSL 1.1.1t 7 Feb 2023
When I'm trying to initialize tonlib, I get this error:
RuntimeError: Error in tonlibjson.__del__: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
No matter the
tonlibjson
, whether I allow unaudited binaries or not (specifyingcdll_path
) I get this error. I've installed already OpenSSL. I'm using Windows 64 bit with 32bit python environmentOpenSSL version:
Update: Same thing on linux