以下のコードをexe化して実行したところFailed to execetute scriptとなってしまいます。
python
1print("Hello World") 2print("こんにちは") 3 4input("press any key")
exe化するときのコマンドは以下で行いました。
pyinstaller test.py --onefile --windowed
#実行環境
Windows10
Python 3.7.4
PyInstaller 3.6
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/10 09:32