質問編集履歴
2
tweak
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,7 +42,9 @@
|
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
-
|
45
|
+
まずはterminalで`pyinstaller main.py --onefile`を実行し、exe化したのち、`dist`配下に作成されたmainファイルをクリックして実行すると、terminalに以下のようなエラーがでて実行できませんでした。
|
46
|
+
|
47
|
+
もし解決方法をご存知の方がいらっしゃいましたら教えていただきたいです。
|
46
48
|
|
47
49
|
|
48
50
|
|
1
tweak
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Pyinstallerで
|
1
|
+
Pyinstallerで「ModuleNotFoundError: No module named 'xxx'」エラー
|
test
CHANGED
File without changes
|