回答編集履歴
1
補足
test
CHANGED
@@ -21,3 +21,79 @@
|
|
21
21
|
pyinstaller-hooks-contrib 2020.11
|
22
22
|
|
23
23
|
```
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
<補足>
|
28
|
+
|
29
|
+
実行結果も紹介します。
|
30
|
+
|
31
|
+
```ここに言語を入力
|
32
|
+
|
33
|
+
D:\Users\owner\Desktop\t22103>pyinstaller test.py --onefile --log-level INFO
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
118 INFO: PyInstaller: 4.2
|
38
|
+
|
39
|
+
118 INFO: Python: 3.7.8
|
40
|
+
|
41
|
+
124 INFO: Platform: Windows-10-10.0.19041-SP0
|
42
|
+
|
43
|
+
126 INFO: wrote パス省略\test.spec
|
44
|
+
|
45
|
+
140 INFO: UPX is not available.
|
46
|
+
|
47
|
+
142 INFO: Extending PYTHONPATH with paths
|
48
|
+
|
49
|
+
['パス省略', 'パス省略']
|
50
|
+
|
51
|
+
160 INFO: checking Analysis
|
52
|
+
|
53
|
+
186 INFO: checking PYZ
|
54
|
+
|
55
|
+
204 INFO: checking PKG
|
56
|
+
|
57
|
+
208 INFO: Building because パス省略\test.exe.manifest changed
|
58
|
+
|
59
|
+
208 INFO: Building PKG (CArchive) PKG-00.pkg
|
60
|
+
|
61
|
+
2099 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
|
62
|
+
|
63
|
+
2106 INFO: Bootloader パス省略\run.exe
|
64
|
+
|
65
|
+
2106 INFO: checking EXE
|
66
|
+
|
67
|
+
2108 INFO: Building because icon changed
|
68
|
+
|
69
|
+
2109 INFO: Building EXE from EXE-00.toc
|
70
|
+
|
71
|
+
2114 INFO: Copying icons from ['パス省略\icon-console.ico']
|
72
|
+
|
73
|
+
2139 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
|
74
|
+
|
75
|
+
2140 INFO: Writing RT_ICON 1 resource with 3752 bytes
|
76
|
+
|
77
|
+
2145 INFO: Writing RT_ICON 2 resource with 2216 bytes
|
78
|
+
|
79
|
+
2146 INFO: Writing RT_ICON 3 resource with 1384 bytes
|
80
|
+
|
81
|
+
2147 INFO: Writing RT_ICON 4 resource with 37019 bytes
|
82
|
+
|
83
|
+
2147 INFO: Writing RT_ICON 5 resource with 9640 bytes
|
84
|
+
|
85
|
+
2147 INFO: Writing RT_ICON 6 resource with 4264 bytes
|
86
|
+
|
87
|
+
2150 INFO: Writing RT_ICON 7 resource with 1128 bytes
|
88
|
+
|
89
|
+
2157 INFO: Updating manifest in パス省略\run.exe.isefga4f
|
90
|
+
|
91
|
+
2160 INFO: Updating resource type 24 name 1 language 0
|
92
|
+
|
93
|
+
2165 INFO: Appending archive to EXE パス省略\dist\test.exe
|
94
|
+
|
95
|
+
2176 INFO: Building EXE from EXE-00.toc completed successfully.
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
```
|