On Thu, Mar 19, 2026 at 3:35 AM Illecors <[email protected]> wrote:
> # python3 -c "import > cryptography.hazmat.bindings._rust;print(cryptography.hazmat.bindings._ > > rust);print(cryptography.hazmat.bindings._rust.x509)" > <module 'cryptography.hazmat.bindings._rust' (namespace) from > ['/usr/lib/python3/dist-packages/cryptography/hazmat/bindings/_rust']> > Traceback (most recent call last): > File "<string>", line 1, in <module> > AttributeError: module 'cryptography.hazmat.bindings._rust' has no > attribute 'x509' Nope, I'm still confused. A couple more commands, if you wouldn't mind; the first will produce a text file, since the amount of output is... a lot. 1. python3 -v -c 'import cryptography.hazmat.bindings._rust; print(cryptography.hazmat.bindings._rust.__all__)' > cryptography_log.txt 2>&1 2. sha256sum /usr/lib/python3/dist-packages/cryptography/hazmat/bindings/_rust.abi*.so Thanks, and sorry for this trouble! Sincerely, -- Harlan Lieberman-Berg ~hlieberman

