TunMax

Results 1 issues of TunMax

Python 3.9.17 / Windows 11 cryptography==42.0.8 Nuitka==2.3.11 Script: ```python # test.py from cryptography.fernet import Fernet if __name__ == '__main__': print(Fernet.generate_key()) ``` "ImportError" when packaging with virtual environment ```cmd python -m...

enhancement
help wanted