質問編集履歴

1

エラーメッセージの追加

2018/04/28 01:50

投稿

T_www
T_www

スコア13

test CHANGED
File without changes
test CHANGED
@@ -10,10 +10,186 @@
10
10
 
11
11
  ###お願い
12
12
 
13
- どうにかなりませんか??
13
+ どうにかしてくれる人はいませんか??
14
14
 
15
15
  ###OSの情報とか
16
16
 
17
17
  OS:Windows10
18
18
 
19
19
  Python version:3.6.5
20
+
21
+ ###実行したコマンド
22
+
23
+ pyinstaller -F -w -n ファイル名.exe ファイル名(pass)
24
+
25
+ ###エラーメッセージ(log)
26
+
27
+ ```
28
+
29
+ C:\Users\ユーザー名\Python\Python3\なんか作るわ>pyinstaller -F -w -n ok.exe kansei.py
30
+
31
+ 4098 INFO: PyInstaller: 3.3.1
32
+
33
+ 4098 INFO: Python: 3.6.5
34
+
35
+ 4098 INFO: Platform: Windows-10-10.0.16299-SP0
36
+
37
+ 4144 INFO: wrote C:\Users\ユーザー名\Python\Python3\なんか作るわ\ok.exe.spec
38
+
39
+ 4207 INFO: UPX is not available.
40
+
41
+ 4238 INFO: Extending PYTHONPATH with paths
42
+
43
+ ['C:\Users\ユーザー名\Python\Python3\なんか作るわ',
44
+
45
+ 'C:\Users\ユーザー名\Python\Python3\なんか作るわ']
46
+
47
+ 4238 INFO: checking Analysis
48
+
49
+ 4238 INFO: Building Analysis because out00-Analysis.toc is non existent
50
+
51
+ 4238 INFO: Initializing module dependency graph...
52
+
53
+ 4332 INFO: Initializing module graph hooks...
54
+
55
+ 4426 INFO: Analyzing base_library.zip ...
56
+
57
+ 13399 INFO: running Analysis out00-Analysis.toc
58
+
59
+ 13462 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
60
+
61
+ required by c:\users\ユーザー名\appdata\local\programs\python\python36-32\python.exe
62
+
63
+ 14834 WARNING: lib not found: api-ms-win-core-debug-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
64
+
65
+ 14918 WARNING: lib not found: api-ms-win-core-processenvironment-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
66
+
67
+ 14988 WARNING: lib not found: api-ms-win-core-processthreads-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
68
+
69
+ 15072 WARNING: lib not found: api-ms-win-core-profile-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
70
+
71
+ 15155 WARNING: lib not found: api-ms-win-core-datetime-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
72
+
73
+ 15233 WARNING: lib not found: api-ms-win-core-timezone-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
74
+
75
+ 15295 WARNING: lib not found: api-ms-win-core-localization-l1-2-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
76
+
77
+ 15374 WARNING: lib not found: api-ms-win-core-handle-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
78
+
79
+ 15452 WARNING: lib not found: api-ms-win-core-rtlsupport-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
80
+
81
+ 15530 WARNING: lib not found: api-ms-win-core-string-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
82
+
83
+ 15592 WARNING: lib not found: api-ms-win-core-file-l1-2-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
84
+
85
+ 15687 WARNING: lib not found: api-ms-win-core-file-l2-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
86
+
87
+ 15752 WARNING: lib not found: api-ms-win-core-file-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
88
+
89
+ 15830 WARNING: lib not found: api-ms-win-core-console-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
90
+
91
+ 15908 WARNING: lib not found: api-ms-win-core-util-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
92
+
93
+ 15971 WARNING: lib not found: api-ms-win-core-namedpipe-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
94
+
95
+ 16049 WARNING: lib not found: api-ms-win-core-memory-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
96
+
97
+ 16121 WARNING: lib not found: api-ms-win-core-synch-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
98
+
99
+ 16216 WARNING: lib not found: api-ms-win-core-heap-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
100
+
101
+ 16288 WARNING: lib not found: api-ms-win-core-errorhandling-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
102
+
103
+ 16382 WARNING: lib not found: api-ms-win-core-libraryloader-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
104
+
105
+ 16453 WARNING: lib not found: api-ms-win-core-processthreads-l1-1-1.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
106
+
107
+ 16531 WARNING: lib not found: api-ms-win-core-synch-l1-2-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
108
+
109
+ 16609 WARNING: lib not found: api-ms-win-core-interlocked-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
110
+
111
+ 16689 WARNING: lib not found: api-ms-win-core-sysinfo-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
112
+
113
+ 16767 INFO: Caching module hooks...
114
+
115
+ 16853 INFO: Analyzing C:\Users\ユーザー名\Python\Python3\なんか作るわ\kansei.py
116
+
117
+ 20012 INFO: Processing pre-safe import module hook urllib3.packages.six.moves
118
+
119
+ 23786 INFO: Loading module hooks...
120
+
121
+ 23787 INFO: Loading module hook "hook-certifi.py"...
122
+
123
+ 23837 INFO: Loading module hook "hook-encodings.py"...
124
+
125
+ 24402 INFO: Loading module hook "hook-pydoc.py"...
126
+
127
+ 24449 INFO: Loading module hook "hook-requests.py"...
128
+
129
+ 24480 INFO: Loading module hook "hook-xml.py"...
130
+
131
+ 24636 INFO: Loading module hook "hook-_tkinter.py"...
132
+
133
+ 25371 INFO: checking Tree
134
+
135
+ 25371 INFO: Building Tree because out00-Tree.toc is non existent
136
+
137
+ 25386 INFO: Building Tree out00-Tree.toc
138
+
139
+ 25943 INFO: checking Tree
140
+
141
+ 25943 INFO: Building Tree because out01-Tree.toc is non existent
142
+
143
+ 25943 INFO: Building Tree out01-Tree.toc
144
+
145
+ 26115 INFO: Looking for ctypes DLLs
146
+
147
+ 26130 INFO: Analyzing run-time hooks ...
148
+
149
+ 26130 INFO: Including run-time hook 'pyi_rth__tkinter.py'
150
+
151
+ 26224 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
152
+
153
+ 26224 INFO: Looking for dynamic libraries
154
+
155
+ 26990 INFO: Looking for eggs
156
+
157
+ 26990 INFO: Using Python library c:\users\ユーザー名\appdata\local\programs\python\python36-32\python36.dll
158
+
159
+ 26990 INFO: Found binding redirects:
160
+
161
+ []
162
+
163
+ 26990 INFO: Warnings written to C:\Users\ユーザー名\Python\Python3\なんか作るわ\build\ok.exe\warnok.exe.txt
164
+
165
+ 27130 INFO: Graph cross-reference written to C:\Users\ユーザー名\Python\Python3\なん か作るわ\build\ok.exe\xref-ok.exe.html
166
+
167
+ 27271 INFO: checking PYZ
168
+
169
+ 27271 INFO: Building PYZ because out00-PYZ.toc is non existent
170
+
171
+ 27271 INFO: Building PYZ (ZlibArchive) C:\Users\ユーザー名\Python\Python3\なんか作る わ\build\ok.exe\out00-PYZ.pyz
172
+
173
+ 28568 INFO: Building PYZ (ZlibArchive) C:\Users\ユーザー名\Python\Python3\なんか作る わ\build\ok.exe\out00-PYZ.pyz completed successfully.
174
+
175
+ 28599 INFO: checking PKG
176
+
177
+ 28599 INFO: Building PKG because out00-PKG.toc is non existent
178
+
179
+ 28599 INFO: Building PKG (CArchive) out00-PKG.pkg
180
+
181
+ 35193 INFO: Building PKG (CArchive) out00-PKG.pkg completed successfully.
182
+
183
+ 40007 INFO: Bootloader c:\users\ユーザー名\appdata\local\programs\python\python36-32\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe
184
+
185
+ 40007 INFO: checking EXE
186
+
187
+ 40007 INFO: Building EXE because out00-EXE.toc is non existent
188
+
189
+ 40007 INFO: Building EXE from out00-EXE.toc
190
+
191
+ 40179 INFO: Appending archive to EXE C:\Users\ユーザー名\Python\Python3\なんか作くるわ\dist\ok.exe
192
+
193
+ 40226 INFO: Building EXE from out00-EXE.toc completed successfully.
194
+
195
+ ```