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 ...
pyInstalllerの設定をwindowsとmacで経験した事を書き留めたいと思います。 macOSは10.13.5 Hight Sierra、windows 10 1909です。 Mac: pythonにpyenvをインストールして、そこにpython3.8.6を入れる。 pipでpyInstallerを入れる。その時の不具合と解決策は次の通り。 pyenvの問題。