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
| I:\myprogram\script\GUI dev>pyinstaller -F install.py
101 INFO: PyInstaller: 4.0.dev0
102 INFO: Python: 3.6.2
103 INFO: Platform: Windows-10-10.0.17763-SP0
107 INFO: wrote I:\myprogram\script\GUI dev\install.spec
110 INFO: UPX is not available.
112 INFO: Extending PYTHONPATH with paths
['I:\\myprogram\\script\\GUI dev',
'I:\\myprogram\\script\\GUI dev']
120 INFO: checking Analysis
120 INFO: Building Analysis because Analysis-00.toc is non existent
120 INFO: Initializing module dependency graph...
126 INFO: Caching module graph hooks...
143 INFO: Analyzing base_library.zip ...
5252 INFO: Caching module dependency graph...
5408 INFO: running Analysis Analysis-00.toc
5412 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by c:\program files\python36\python.exe
5580 INFO: Analyzing I:\myprogram\script\GUI dev\install.py
6163 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urllib3.packages.six.moves.py'.
8672 INFO: Processing pre-find module path hook PyQt5.uic.port_v2 from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-PyQt5.uic.port_v2.py'.
10747 INFO: Processing pre-find module path hook distutils from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
10749 INFO: distutils: retargeting to non-venv dir 'c:\\program files\\python36\\lib'
12574 INFO: Processing pre-find module path hook site from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-site.py'.
12576 INFO: site: retargeting to fake-dir 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\fake-modules'
14593 INFO: Processing pre-safe import module hook setuptools.extern.six.moves from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-setuptools.extern.six.moves.py'.
19818 INFO: Processing module hooks...
19819 INFO: Loading module hook 'hook-certifi.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
19833 INFO: Loading module hook 'hook-distutils.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
19836 INFO: Loading module hook 'hook-encodings.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
20000 INFO: Loading module hook 'hook-lib2to3.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
20484 INFO: Loading module hook 'hook-numpy.core.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
20693 INFO: Loading module hook 'hook-numpy.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
20695 INFO: Loading module hook 'hook-PIL.Image.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
21542 INFO: Loading module hook 'hook-PIL.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
21547 INFO: Excluding import 'tkinter'
21551 INFO: Removing import of tkinter from module PIL.ImageTk
21553 INFO: Import to be excluded not found: 'FixTk'
21554 INFO: Import to be excluded not found: 'PySide'
21555 INFO: Excluding import 'PyQt5'
21561 INFO: Removing import of PyQt5.QtGui from module PIL.ImageQt
21562 INFO: Removing import of PyQt5.QtCore from module PIL.ImageQt
21564 INFO: Import to be excluded not found: 'PyQt4'
21569 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
21572 INFO: Excluding import 'tkinter'
21576 INFO: Import to be excluded not found: 'FixTk'
21577 INFO: Loading module hook 'hook-pkg_resources.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
22492 INFO: Processing pre-safe import module hook win32com from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-win32com.py'.
22671 INFO: Excluding import '__main__'
22676 INFO: Removing import of __main__ from module pkg_resources
22678 INFO: Loading module hook 'hook-PyQt5.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
22817 INFO: Loading module hook 'hook-PyQt5.QtCore.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
22960 WARNING: Unable to find Qt5 translations C:/Users/Ïðèõîä/AppData/Roaming/Python/Python36/site-packages/PyQt5/Qt/translations\qtbase_*.qm. These translations were not packaged.
22961 INFO: Loading module hook 'hook-PyQt5.QtGui.py' from 'C:\\Users\\Приход\\AppData\\Roaming\\Python\\Python36\\site-packages\\PyInstaller\\hooks'...
Traceback (most recent call last):
File "c:\program files\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\program files\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\Приход\AppData\Roaming\Python\Python36\Scripts\pyinstaller.exe\__main__.py", line 7, in <module>
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\__main__.py", line 114, in run
run_build(pyi_config, spec_file, **vars(args))
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\__main__.py", line 65, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\building\build_main.py", line 716, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\building\build_main.py", line 663, in build
exec(code, spec_namespace)
File "I:\myprogram\script\GUI dev\install.spec", line 17, in <module>
noarchive=False)
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\building\build_main.py", line 241, in __init__
self.__postinit__()
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\building\datastruct.py", line 160, in __postinit__
self.assemble()
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\building\build_main.py", line 418, in assemble
self.graph.process_post_graph_hooks()
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\depend\analysis.py", line 360, in process_post_graph_hooks
module_hook.post_graph()
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\depend\imphook.py", line 424, in post_graph
self._load_hook_module()
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\depend\imphook.py", line 391, in _load_hook_module
self.hook_module_name, self.hook_filename)
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\compat.py", line 588, in importlib_load_source
return mod_loader.load_module()
File "<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper
File "<frozen importlib._bootstrap_external>", line 823, in load_module
File "<frozen importlib._bootstrap_external>", line 682, in load_module
File "<frozen importlib._bootstrap>", line 251, in _load_module_shim
File "<frozen importlib._bootstrap>", line 675, in _load
File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\hooks\hook-PyQt5.QtGui.py", line 13, in <module>
hiddenimports, binaries, datas = add_qt5_dependencies(__file__)
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\utils\hooks\qt.py", line 535, in add_qt5_dependencies
more_binaries = qt_plugins_binaries(plugin, namespace=namespace)
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\utils\hooks\qt.py", line 143, in qt_plugins_binaries
pdir = qt_plugins_dir(namespace=namespace)
File "C:\Users\Приход\AppData\Roaming\Python\Python36\site-packages\PyInstaller\utils\hooks\qt.py", line 128, in qt_plugins_dir
""".format(namespace, ", ".join(paths)))
Exception:
Cannot find existing PyQt5 plugin directories
Paths checked: C:/Users/Ïðèõîä/AppData/Roaming/Python/Python36/site-packages/PyQt5/Qt/plugins |