1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
| C:\p37>pyinstaller leroy.py -w
255 INFO: PyInstaller: 5.0.1
255 INFO: Python: 3.7.0
256 INFO: Platform: Windows-7-6.1.7601-SP1
256 INFO: wrote C:\p37\leroy.spec
259 INFO: UPX is not available.
260 INFO: Extending PYTHONPATH with paths
['C:\\p37']
715 INFO: checking Analysis
715 INFO: Building Analysis because Analysis-00.toc is non existent
715 INFO: Initializing module dependency graph...
718 INFO: Caching module graph hooks...
735 INFO: Analyzing base_library.zip ...
4192 INFO: Caching module dependency graph...
4429 INFO: running Analysis Analysis-00.toc
4453 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by c:\program files\python37\python.exe
4713 INFO: Analyzing C:\p37\leroy.py
4940 INFO: Processing pre-find module path hook site from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-site.py'.
4941 INFO: site: retargeting to fake-dir 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\fake-modules'
6209 INFO: Processing pre-find module path hook distutils from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
6209 INFO: distutils: retargeting to non-venv dir 'c:\\program files\\python37\\lib'
18991 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urllib3.packages.six.moves.py'.
21525 INFO: Processing module hooks...
21525 INFO: Loading module hook 'hook-certifi.py' from 'c:\\program files\\python37\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
21532 INFO: Loading module hook 'hook-IPython.py' from 'c:\\program files\\python37\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
22783 INFO: Import to be excluded not found: 'PyQt5'
22783 INFO: Import to be excluded not found: 'PySide'
22783 INFO: Import to be excluded not found: 'PyQt4'
22784 INFO: Import to be excluded not found: 'gtk'
22794 INFO: Loading module hook 'hook-jedi.py' from 'c:\\program files\\python37\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
24358 INFO: Loading module hook 'hook-openpyxl.py' from 'c:\\program files\\python37\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
24517 INFO: Loading module hook 'hook-parso.py' from 'c:\\program files\\python37\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
24536 INFO: Loading module hook 'hook-pycparser.py' from 'c:\\program files\\python37\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
24537 INFO: Loading module hook 'hook-selenium.py' from 'c:\\program files\\python37\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
25253 INFO: Loading module hook 'hook-difflib.py' from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks'...
25257 INFO: Loading module hook 'hook-distutils.py' from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks'...
25258 INFO: Loading module hook 'hook-distutils.util.py' from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks'...
25261 INFO: Loading module hook 'hook-encodings.py' from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks'...
25346 INFO: Loading module hook 'hook-heapq.py' from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks'...
25350 INFO: Loading module hook 'hook-importlib_metadata.py' from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks'...
25352 INFO: Loading module hook 'hook-kivy.py' from 'C:\\Users\\FX\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\hooks'...
[INFO ] [Logger ] Record log in C:\Users\FX\.kivy\logs\kivy_22-05-11_35.txt
25370 INFO: [Logger ] Record log in C:\Users\FX\.kivy\logs\kivy_22-05-11_35.txt
[INFO ] [deps ] Successfully imported "kivy_deps.gstreamer" 0.3.3
25366 INFO: [deps ] Successfully imported "kivy_deps.gstreamer" 0.3.3
[INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.3.2
25371 INFO: [deps ] Successfully imported "kivy_deps.angle" 0.3.2
[INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.3.1
25372 INFO: [deps ] Successfully imported "kivy_deps.glew" 0.3.1
[INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.4.5
25373 INFO: [deps ] Successfully imported "kivy_deps.sdl2" 0.4.5
[INFO ] [Kivy ] v2.0.0rc2, git-78fb93b, 20200429
25373 INFO: [Kivy ] v2.0.0rc2, git-78fb93b, 20200429
[INFO ] [Kivy ] Installed at "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\kivy\__init__.py"
25374 INFO: [Kivy ] Installed at "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\kivy\__init__.py"
[INFO ] [Python ] v3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
25374 INFO: [Python ] v3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
[INFO ] [Python ] Interpreter at "c:\program files\python37\python.exe"
25374 INFO: [Python ] Interpreter at "c:\program files\python37\python.exe"
[INFO ] [Factory ] 184 symbols loaded
25379 INFO: [Factory ] 184 symbols loaded
Traceback (most recent call last):
25381 WARNING: stderr: Traceback (most recent call last):
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\imphook.py", line 361, in _load_hook_module
25382 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\imphook.py", line 361, in _load_hook_module
self._hook_module = importlib_load_source(self.hook_module_name, self.hook_filename)
25383 WARNING: stderr: self._hook_module = importlib_load_source(self.hook_module_name, self.hook_filename)
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\compat.py", line 620, in importlib_load_source
25384 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\compat.py", line 620, in importlib_load_source
return mod_loader.load_module()
25385 WARNING: stderr: return mod_loader.load_module()
File "<frozen importlib._bootstrap_external>", line 407, in _check_name_wrapper
25385 WARNING: stderr: File "<frozen importlib._bootstrap_external>", line 407, in _check_name_wrapper
File "<frozen importlib._bootstrap_external>", line 907, in load_module
25386 WARNING: stderr: File "<frozen importlib._bootstrap_external>", line 907, in load_module
File "<frozen importlib._bootstrap_external>", line 732, in load_module
25387 WARNING: stderr: File "<frozen importlib._bootstrap_external>", line 732, in load_module
File "<frozen importlib._bootstrap>", line 265, in _load_module_shim
25388 WARNING: stderr: File "<frozen importlib._bootstrap>", line 265, in _load_module_shim
File "<frozen importlib._bootstrap>", line 696, in _load
25389 WARNING: stderr: File "<frozen importlib._bootstrap>", line 696, in _load
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
25390 WARNING: stderr: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
25390 WARNING: stderr: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
25391 WARNING: stderr: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\hooks\hook-kivy.py", line 16, in <module>
25392 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\hooks\hook-kivy.py", line 16, in <module>
from kivy.tools.packaging.pyinstaller_hooks import (add_dep_paths, get_deps_all, get_factory_modules, kivy_modules)
25393 WARNING: stderr: from kivy.tools.packaging.pyinstaller_hooks import (add_dep_paths, get_deps_all, get_factory_modules, kivy_modules)
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\kivy\tools\packaging\pyinstaller_hooks\__init__.py", line 85, in <module>
25393 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\kivy\tools\packaging\pyinstaller_hooks\__init__.py", line 85, in <module>
from PyInstaller.compat import modname_tkinter
25394 WARNING: stderr: from PyInstaller.compat import modname_tkinter
ImportError: cannot import name 'modname_tkinter' from 'PyInstaller.compat' (C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\compat.py)
25394 WARNING: stderr: ImportError: cannot import name 'modname_tkinter' from 'PyInstaller.compat' (C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\compat.py)
25395 WARNING: stderr:
During handling of the above exception, another exception occurred:
25395 WARNING: stderr: During handling of the above exception, another exception occurred:
25396 WARNING: stderr:
Traceback (most recent call last):
25396 WARNING: stderr: Traceback (most recent call last):
File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
25397 WARNING: stderr: File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
25398 WARNING: stderr: "__main__", mod_spec)
File "c:\program files\python37\lib\runpy.py", line 85, in _run_code
25398 WARNING: stderr: File "c:\program files\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
25399 WARNING: stderr: exec(code, run_globals)
File "C:\Program Files\Python37\Scripts\pyinstaller.exe\__main__.py", line 7, in <module>
25399 WARNING: stderr: File "C:\Program Files\Python37\Scripts\pyinstaller.exe\__main__.py", line 7, in <module>
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\__main__.py", line 178, in run
25400 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\__main__.py", line 178, in run
run_build(pyi_config, spec_file, **vars(args))
25401 WARNING: stderr: run_build(pyi_config, spec_file, **vars(args))
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\__main__.py", line 59, in run_build
25402 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\__main__.py", line 59, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
25403 WARNING: stderr: PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 842, in main
25403 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 842, in main
build(specfile, distpath, workpath, clean_build)
25404 WARNING: stderr: build(specfile, distpath, workpath, clean_build)
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 764, in build
25405 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 764, in build
exec(code, spec_namespace)
25405 WARNING: stderr: exec(code, spec_namespace)
File "C:\p37\leroy.spec", line 20, in <module>
25406 WARNING: stderr: File "C:\p37\leroy.spec", line 20, in <module>
noarchive=False,
25407 WARNING: stderr: noarchive=False,
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 319, in __init__
25407 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 319, in __init__
self.__postinit__()
25409 WARNING: stderr: self.__postinit__()
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\datastruct.py", line 173, in __postinit__
25409 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\datastruct.py", line 173, in __postinit__
self.assemble()
25410 WARNING: stderr: self.assemble()
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 487, in assemble
25410 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\building\build_main.py", line 487, in assemble
self.graph.process_post_graph_hooks(self)
25412 WARNING: stderr: self.graph.process_post_graph_hooks(self)
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\analysis.py", line 326, in process_post_graph_hooks
25412 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\analysis.py", line 326, in process_post_graph_hooks
module_hook.post_graph(analysis)
25414 WARNING: stderr: module_hook.post_graph(analysis)
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\imphook.py", line 398, in post_graph
25414 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\imphook.py", line 398, in post_graph
self._load_hook_module()
25416 WARNING: stderr: self._load_hook_module()
File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\imphook.py", line 364, in _load_hook_module
25416 WARNING: stderr: File "C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\depend\imphook.py", line 364, in _load_hook_module
raise ImportErrorWhenRunningHook(self.hook_module_name, self.hook_filename)
25417 WARNING: stderr: raise ImportErrorWhenRunningHook(self.hook_module_name, self.hook_filename)
PyInstaller.exceptions.ImportErrorWhenRunningHook: Failed to import module __PyInstaller_hooks_0_kivy required by hook for module C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\hooks\hook-kivy.py. Please check whether module __PyInstaller_hooks_0_kivy actually exists
and whether the hook is compatible with your version of C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\hooks\hook-kivy.py: You might want to read more about hooks in the manual and provide a pull-request to improve PyInstaller.
25421 WARNING: stderr: PyInstaller.exceptions.ImportErrorWhenRunningHook: Failed to import module __PyInstaller_hooks_0_kivy required by hook for module C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\hooks\hook-kivy.py. Please check whether module __PyInstaller_hooks_0
_kivy actually exists and whether the hook is compatible with your version of C:\Users\FX\AppData\Roaming\Python\Python37\site-packages\PyInstaller\hooks\hook-kivy.py: You might want to read more about hooks in the manual and provide a pull-request to improve PyInstaller. |