When repacking a PyInstaller single-file executable where the embedded PYZ archive contains subdirectories, the repack script fails when it tries to extract the files ...
Pythonアプリを配布する際の覚書です。 スクリプト内容を難読化した上でEXE化する手順をまとめました。 パッケージ化にはPyinstaller、難読化にはPyArmorを使用します。 PyInstallerをそのまま使用するとWindownsDifenderやアンチウィルスソフトに引っかかって不便なの ...
I would like to know if you can help me with this problem. I have an application based on 7 independent executables that I connect by sub-process The application works well but each exe occupies 60 to ...
pythonファイルを単体実行ファイル(.exe)に変換してくれる便利な「Pyinstaller」。ただ、これで作ったexeがウィルスバスターにウィルス判定されてしまい困ってしまいました。 結論として、Pyinstallerのブートローダーを再構築すれば解決しました。Anaconda環境 ...