pythonファイルを単体実行ファイル(.exe)に変換してくれる便利な「Pyinstaller」。ただ、これで作ったexeがウィルスバスターにウィルス判定されてしまい困ってしまいました。 結論として、Pyinstallerのブートローダーを再構築すれば解決しました。Anaconda環境 ...
Pythonスクリプトをexe化する際に便利なPyInstallerですが、生成されたexeファイルがWindows Defenderにウイルス誤検知されることがあります。この問題を解決する方法のひとつが、ブートローダーを自分で再ビルドすることです。 本記事では、MinGW-w64を使用して ...
cdrx/pyinstaller-linux and cdrx/pyinstaller-windows are a pair of Docker containers to ease compiling Python applications to binaries / exe files. Current PyInstaller version used: 3.6. There are two ...
To have the interface displayed in the images, you will need chrome. If chrome is not installed or --no-chrome is supplied, the default browser will be used. As of PyInstaller 4.0, Python 2.7 is no ...