Giter Site home page Giter Site logo

Comments (6)

mherrmann avatar mherrmann commented on June 24, 2024

Hi! You're using the free version of fbs?

from fbs-tutorial.

liudonghua123 avatar liudonghua123 commented on June 24, 2024

Yes, I install fbs via pip, does it matter?

from fbs-tutorial.

liudonghua123 avatar liudonghua123 commented on June 24, 2024

It's really strange, I reinstalled fbs and then it seemed did not work on my python 3.10.
I commented the version check in init of __init__.py, then I got ImportError: No module named _bootlocale in the pyinstaller process. Then I updated the pyinstaller to the latest 5.1.

logs
D:\code\python\fbs_1>fbs freeze --debug
214 INFO: PyInstaller: 3.4
219 INFO: Python: 3.10.2
2105 INFO: Platform: Windows-10-10.0.22000-SP0
2106 INFO: wrote D:\code\python\fbs_1\target\PyInstaller\fbs_1.spec
2106 DEBUG: Testing for UPX ...
2111 INFO: UPX is not available.
2114 DEBUG: script: D:\code\python\fbs_1\src\main\python\main.py
2114 INFO: Extending PYTHONPATH with paths
['D:\\code\\python\\fbs_1\\src\\main\\python',
 'D:\\code\\python\\fbs_1\\target\\PyInstaller']
2114 INFO: checking Analysis
2114 INFO: Building Analysis because Analysis-00.toc is non existent
2115 INFO: Initializing module dependency graph...
2119 INFO: Initializing module graph hooks...
2122 INFO: Analyzing base_library.zip ...
2122 DEBUG: Collecting submodules for collections
2230 DEBUG: collect_submodules - Found submodules: {'collections.abc', 'collections'}
2232 DEBUG: Collecting submodules for encodings
2341 DEBUG: collect_submodules - Found submodules: {'encodings.utf_7', 'encodings.mac_turkish', 'encodings.iso8859_2', 'encodings.gbk', 'encodings.iso8859_8', 'encodings.cp869', 'encodings.cp864', 'encodings.cp852', 'encodings.undefined', 'encodings.hz', 'encodings.cp1251', 'encodings.big5hkscs', 'encodings.cp949', 'encodings.iso8859_1', 'encodings.bz2_codec', 'encodings.iso8859_16', 'encodings.iso8859_6', 'encodings.rot_13', 'encodings.mac_roman', 'encodings.cp1255', 'encodings.cp1253', 'encodings.cp273', 'encodings.mac_cyrillic', 'encodings.utf_32', 'encodings.cp1258', 'encodings.iso2022_jp', 'encodings.iso8859_3', 'encodings.punycode', 'encodings.cp850', 'encodings.cp775', 'encodings.shift_jisx0213', 'encodings', 'encodings.iso8859_14', 'encodings.hex_codec', 'encodings.cp866', 'encodings.iso2022_jp_2', 'encodings.cp1026', 'encodings.hp_roman8', 'encodings.johab', 'encodings.euc_jis_2004', 'encodings.quopri_codec', 'encodings.utf_8_sig', 'encodings.base64_codec', 'encodings.iso2022_kr', 'encodings.cp860', 'encodings.iso8859_11', 'encodings.cp858', 'encodings.latin_1', 'encodings.raw_unicode_escape', 'encodings.iso8859_15', 'encodings.zlib_codec', 'encodings.mac_greek', 'encodings.mac_latin2', 'encodings.uu_codec', 'encodings.mac_arabic', 'encodings.cp1125', 'encodings.cp865', 'encodings.shift_jis_2004', 'encodings.cp1250', 'encodings.mac_farsi', 'encodings.utf_16_le', 'encodings.mac_iceland', 'encodings.iso2022_jp_3', 'encodings.cp500', 'encodings.cp437', 'encodings.iso8859_13', 'encodings.euc_jp', 'encodings.big5', 'encodings.cp950', 'encodings.idna', 'encodings.koi8_r', 'encodings.utf_16', 'encodings.cp720', 'encodings.cp863', 'encodings.ascii', 'encodings.palmos', 'encodings.charmap', 'encodings.euc_kr', 'encodings.iso2022_jp_2004', 'encodings.cp1256', 'encodings.cp1140', 'encodings.koi8_t', 'encodings.cp855', 'encodings.utf_32_be', 'encodings.iso8859_7', 'encodings.cp1252', 'encodings.iso8859_5', 'encodings.cp1254', 'encodings.utf_16_be', 'encodings.gb18030', 'encodings.iso8859_10', 'encodings.euc_jisx0213', 'encodings.cp932', 'encodings.tis_620', 'encodings.utf_8', 'encodings.cp1257', 'encodings.cp1006', 'encodings.mac_romanian', 'encodings.koi8_u', 'encodings.cp862', 'encodings.ptcp154', 'encodings.iso2022_jp_1', 'encodings.iso8859_9', 'encodings.cp857', 'encodings.gb2312', 'encodings.cp424', 'encodings.oem', 'encodings.iso8859_4', 'encodings.utf_32_le', 'encodings.mbcs', 'encodings.aliases', 'encodings.cp737', 'encodings.cp037', 'encodings.cp861', 'encodings.cp856', 'encodings.iso2022_jp_ext', 'encodings.cp875', 'encodings.cp874', 'encodings.kz1048', 'encodings.mac_croatian', 'encodings.shift_jis', 'encodings.unicode_escape'}
12842 INFO: Processing pre-find module path hook   distutils
Traceback (most recent call last):
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\Scripts\pyinstaller.exe\__main__.py", line 7, in <module>
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\__main__.py", line 111, in run
    run_build(pyi_config, spec_file, **vars(args))
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\__main__.py", line 63, in run_build
    PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 838, in main
    build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 784, in build
    exec(text, spec_namespace)
  File "<string>", line 6, in <module>
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 241, in __init__
    self.__postinit__()
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\building\datastruct.py", line 158, in __postinit__
    self.assemble()
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 346, in assemble
    self.graph = initialize_modgraph(
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\depend\analysis.py", line 613, in initialize_modgraph
    graph.import_hook(m)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1420, in import_hook
    target_package, target_module_partname = self._find_head_package(
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1599, in _find_head_package
    raise ImportError("No module named " + target_package_name)
ImportError: No module named _bootlocale
Traceback (most recent call last):
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\Scripts\fbs.exe\__main__.py", line 7, in <module>
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs\__main__.py", line 17, in _main
    fbs.cmdline.main()
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs\cmdline.py", line 32, in main
    fn(*args)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs\builtin_commands\__init__.py", line 128, in freeze
    freeze_windows(debug=debug)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs\freeze\windows.py", line 23, in freeze_windows    run_pyinstaller(args, debug)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs\freeze\__init__.py", line 48, in run_pyinstaller
    run(args, check=True)
  File "C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['pyinstaller', '--name', 'fbs_1', '--noupx', '--log-level', 'DEBUG', '--noconfirm', '--icon', 'D:\\code\\python\\fbs_1\\src\\main\\icons\\Icon.ico', '--version-file', 'D:\\code\\python\\fbs_1\\target\\PyInstaller\\version_info.py', '--distpath', 'D:\\code\\python\\fbs_1\\target', '--specpath', 'D:\\code\\python\\fbs_1\\target\\PyInstaller', '--workpath', 'D:\\code\\python\\fbs_1\\target\\PyInstaller', '--additional-hooks-dir', 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\fbs\\freeze\\hooks', '--debug', 'all', '--runtime-hook', 'D:\\code\\python\\fbs_1\\target\\PyInstaller\\fbs_pyinstaller_hook.py', 'D:\\code\\python\\fbs_1\\src\\main\\python\\main.py']' returned non-zero exit status 1.

D:\code\python\fbs_1>
D:\code\python\fbs_1>pip install -U PyInstaller
Requirement already satisfied: PyInstaller in c:\users\liu.d.h\appdata\local\programs\python\python310\lib\site-packages (3.4)
Collecting PyInstaller
  Using cached pyinstaller-5.1-py3-none-win_amd64.whl (1.2 MB)
Requirement already satisfied: altgraph in c:\users\liu.d.h\appdata\local\programs\python\python310\lib\site-packages (from PyInstaller) (0.17.2)
Requirement already satisfied: setuptools in c:\users\liu.d.h\appdata\local\programs\python\python310\lib\site-packages (from PyInstaller) (58.1.0)
Collecting pyinstaller-hooks-contrib>=2021.4
  Downloading pyinstaller_hooks_contrib-2022.7-py2.py3-none-any.whl (234 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 234.3/234.3 kB 1.1 MB/s eta 0:00:00
Requirement already satisfied: pefile>=2017.8.1 in c:\users\liu.d.h\appdata\local\programs\python\python310\lib\site-packages (from PyInstaller) (2022.5.30)
Requirement already satisfied: pywin32-ctypes>=0.2.0 in c:\users\liu.d.h\appdata\local\programs\python\python310\lib\site-packages (from PyInstaller) (0.2.0)
Requirement already satisfied: future in c:\users\liu.d.h\appdata\local\programs\python\python310\lib\site-packages (from pefile>=2017.8.1->PyInstaller) (0.18.2)
Installing collected packages: pyinstaller-hooks-contrib, PyInstaller
  Attempting uninstall: PyInstaller
    Found existing installation: PyInstaller 3.4
    Uninstalling PyInstaller-3.4:
      Successfully uninstalled PyInstaller-3.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fbs 1.1.3 requires PyInstaller==3.4, but you have pyinstaller 5.1 which is incompatible.
Successfully installed PyInstaller-5.1 pyinstaller-hooks-contrib-2022.7

D:\code\python\fbs_1>fbs freeze --debug
476 INFO: PyInstaller: 5.1
477 INFO: Python: 3.10.2
1333 INFO: Platform: Windows-10-10.0.22000-SP0
1334 INFO: wrote D:\code\python\fbs_1\target\PyInstaller\fbs_1.spec
1335 DEBUG: Testing for UPX ...
1339 INFO: UPX is not available.
1350 DEBUG: script: D:\code\python\fbs_1\src\main\python\main.py
1351 INFO: Extending PYTHONPATH with paths
['D:\\code\\python\\fbs_1\\src\\main\\python']
4896 INFO: checking Analysis
4896 INFO: Building Analysis because Analysis-00.toc is non existent
4897 INFO: Initializing module dependency graph...
4900 INFO: Caching module graph hooks...
4910 WARNING: Several hooks defined for module 'PySide2'. Please take care they do not conflict.
4983 INFO: Analyzing base_library.zip ...
4984 DEBUG: Collecting submodules for collections
5206 DEBUG: collect_submodules - Found submodules: ['collections.abc', 'collections']
5207 DEBUG: Collecting submodules for encodings
5296 DEBUG: collect_submodules - Found submodules: ['encodings.shift_jisx0213', 'encodings.cp1255', 'encodings.zlib_codec', 'encodings.mac_turkish', 'encodings.idna', 'encodings.iso8859_3', 'encodings.koi8_r', 'encodings.euc_jis_2004', 'encodings.mac_latin2', 'encodings.cp1253', 'encodings.iso2022_jp_3', 'encodings.mbcs', 'encodings.cp858', 'encodings.iso8859_14', 'encodings.euc_kr', 'encodings.mac_arabic', 'encodings.big5', 'encodings.shift_jis', 'encodings.cp1125', 'encodings.iso8859_1', 'encodings.hex_codec', 'encodings.palmos', 'encodings.hp_roman8', 'encodings.utf_32_le', 'encodings.iso8859_2', 'encodings.iso8859_4', 'encodings.koi8_u', 'encodings.utf_32', 'encodings.cp437', 'encodings.iso8859_10', 'encodings.cp932', 'encodings.gb2312', 'encodings.big5hkscs', 'encodings.mac_cyrillic', 'encodings.cp720', 'encodings.charmap', 'encodings.mac_greek', 'encodings.iso8859_16', 'encodings.oem', 'encodings.johab', 'encodings.punycode', 'encodings.cp862', 'encodings.iso8859_8', 'encodings.iso8859_13', 'encodings.quopri_codec', 'encodings.hz', 'encodings.cp1254', 'encodings.cp1252', 'encodings.cp1257', 'encodings.bz2_codec', 'encodings.cp863', 'encodings.iso2022_jp_2004', 'encodings.cp875', 'encodings.iso8859_7', 'encodings.cp424', 'encodings.cp500', 'encodings.iso2022_kr', 'encodings.cp1006', 'encodings.shift_jis_2004', 'encodings.iso8859_6', 'encodings.utf_8_sig', 'encodings.cp1250', 'encodings.euc_jp', 'encodings.mac_romanian', 'encodings.utf_8', 'encodings.mac_farsi', 'encodings.mac_iceland', 'encodings.ptcp154', 'encodings.euc_jisx0213', 'encodings.cp037', 'encodings.cp864', 'encodings.cp1258', 'encodings.cp1256', 'encodings.iso8859_11', 'encodings.iso2022_jp_ext', 'encodings.cp874', 'encodings.cp949', 'encodings.tis_620', 'encodings.iso2022_jp_2', 'encodings.iso8859_9', 'encodings.mac_croatian', 'encodings.utf_16_be', 'encodings.rot_13', 'encodings.iso2022_jp', 'encodings.utf_16_le', 'encodings.cp852', 'encodings.raw_unicode_escape', 'encodings.iso2022_jp_1', 'encodings.gbk', 'encodings.cp857', 'encodings.ascii', 'encodings.cp775', 'encodings.unicode_escape', 'encodings.cp869', 'encodings', 'encodings.aliases', 'encodings.gb18030', 'encodings.iso8859_15', 'encodings.mac_roman', 'encodings.utf_7', 'encodings.undefined', 'encodings.cp856', 'encodings.cp866', 'encodings.cp850', 'encodings.iso8859_5', 'encodings.cp1026', 'encodings.latin_1', 'encodings.base64_codec', 'encodings.uu_codec', 'encodings.cp1140', 'encodings.cp865', 'encodings.cp860', 'encodings.koi8_t', 'encodings.cp855', 'encodings.cp861', 'encodings.utf_32_be', 'encodings.kz1048', 'encodings.utf_16', 'encodings.cp737', 'encodings.cp273', 'encodings.cp950', 'encodings.cp1251']
12064 INFO: Processing pre-find module path hook distutils from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
12065 INFO: distutils: retargeting to non-venv dir 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib'
13707 INFO: Caching module dependency graph...
13802 DEBUG: Adding python files to base_library.zip
13916 INFO: running Analysis Analysis-00.toc
13916 DEBUG: Analyzing C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python.exe
13963 DEBUG: Dependent assemblies of C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python.exe:
13963 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
13963 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
  required by C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python.exe
13964 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
13986 DEBUG: Adding api-ms-win-crt-math-l1-1-0.dll dependency of python.exe from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-math-l1-1-0.dll
14000 DEBUG: Adding api-ms-win-crt-heap-l1-1-0.dll dependency of python.exe from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll
14003 DEBUG: Adding python310.dll dependency of python.exe from C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python310.dll
14016 DEBUG: Adding api-ms-win-crt-locale-l1-1-0.dll dependency of python.exe from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-locale-l1-1-0.dll
14033 DEBUG: Adding api-ms-win-crt-stdio-l1-1-0.dll dependency of python.exe from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-stdio-l1-1-0.dll
14036 DEBUG: Skipping KERNEL32.dll dependency of python.exe
14038 DEBUG: Adding VCRUNTIME140.dll dependency of python.exe from C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\VCRUNTIME140.dll
14061 DEBUG: Adding api-ms-win-crt-runtime-l1-1-0.dll dependency of python.exe from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll
14062 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-math-l1-1-0.dll
14150 DEBUG: Adding ucrtbase.dll dependency of api-ms-win-crt-math-l1-1-0.dll from C:\Program Files\MiKTeX\miktex\bin\x64\ucrtbase.dll
14150 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll
14154 DEBUG: Analyzing C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python310.dll
14155 DEBUG: Dependent assemblies of C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python310.dll:
14156 DEBUG: *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
14156 DEBUG: Skipping assembly *_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
14187 DEBUG: Adding api-ms-win-crt-convert-l1-1-0.dll dependency of python310.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll
14202 DEBUG: Adding api-ms-win-crt-environment-l1-1-0.dll dependency of python310.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll
14214 DEBUG: Adding api-ms-win-crt-filesystem-l1-1-0.dll dependency of python310.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-filesystem-l1-1-0.dll
14314 DEBUG: Skipping VERSION.dll dependency of python310.dll
14316 DEBUG: Skipping KERNEL32.dll dependency of python310.dll
14321 DEBUG: Skipping ADVAPI32.dll dependency of python310.dll
14324 DEBUG: Skipping WS2_32.dll dependency of python310.dll
14337 DEBUG: Adding api-ms-win-crt-conio-l1-1-0.dll dependency of python310.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-conio-l1-1-0.dll
14350 DEBUG: Adding api-ms-win-crt-string-l1-1-0.dll dependency of python310.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-string-l1-1-0.dll
14366 DEBUG: Adding api-ms-win-crt-time-l1-1-0.dll dependency of python310.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-time-l1-1-0.dll
14381 DEBUG: Adding api-ms-win-crt-process-l1-1-0.dll dependency of python310.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-process-l1-1-0.dll
14381 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-locale-l1-1-0.dll
14384 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-stdio-l1-1-0.dll
14389 DEBUG: Analyzing C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\VCRUNTIME140.dll
14398 DEBUG: Skipping KERNEL32.dll dependency of VCRUNTIME140.dll
14404 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll
14411 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\ucrtbase.dll
14435 DEBUG: Adding api-ms-win-core-errorhandling-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-errorhandling-l1-1-0.dll
14449 DEBUG: Adding api-ms-win-core-libraryloader-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-libraryloader-l1-1-0.dll
14467 DEBUG: Adding api-ms-win-core-file-l2-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-file-l2-1-0.dll
14478 DEBUG: Adding api-ms-win-core-profile-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-profile-l1-1-0.dll
14490 DEBUG: Adding api-ms-win-core-timezone-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-timezone-l1-1-0.dll
14504 DEBUG: Adding api-ms-win-core-interlocked-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-interlocked-l1-1-0.dll
14515 DEBUG: Adding api-ms-win-core-datetime-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-datetime-l1-1-0.dll
14526 DEBUG: Adding api-ms-win-core-file-l1-2-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-file-l1-2-0.dll
14541 DEBUG: Adding api-ms-win-core-heap-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-heap-l1-1-0.dll
14593 DEBUG: Adding api-ms-win-core-sysinfo-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-sysinfo-l1-1-0.dll
14628 DEBUG: Adding api-ms-win-core-file-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-file-l1-1-0.dll
14639 DEBUG: Adding api-ms-win-core-rtlsupport-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-rtlsupport-l1-1-0.dll
14659 DEBUG: Adding api-ms-win-core-string-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-string-l1-1-0.dll
14701 DEBUG: Adding api-ms-win-core-processthreads-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-processthreads-l1-1-0.dll
14714 DEBUG: Adding api-ms-win-core-handle-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-handle-l1-1-0.dll
14726 DEBUG: Adding api-ms-win-core-namedpipe-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-namedpipe-l1-1-0.dll
14739 DEBUG: Adding api-ms-win-core-console-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-console-l1-1-0.dll
14755 DEBUG: Adding api-ms-win-core-localization-l1-2-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-localization-l1-2-0.dll
14775 DEBUG: Adding api-ms-win-core-processthreads-l1-1-1.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-processthreads-l1-1-1.dll
14792 DEBUG: Adding api-ms-win-core-synch-l1-2-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-synch-l1-2-0.dll
14808 DEBUG: Adding api-ms-win-core-debug-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-debug-l1-1-0.dll
14821 DEBUG: Adding api-ms-win-core-synch-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-synch-l1-1-0.dll
14844 DEBUG: Adding api-ms-win-core-processenvironment-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-processenvironment-l1-1-0.dll
14859 DEBUG: Adding api-ms-win-core-fibers-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-fibers-l1-1-0.dll
14870 DEBUG: Adding api-ms-win-core-util-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-util-l1-1-0.dll
14930 DEBUG: Adding api-ms-win-core-memory-l1-1-0.dll dependency of ucrtbase.dll from C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-memory-l1-1-0.dll
14930 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll
14933 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll
14935 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-filesystem-l1-1-0.dll
14938 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-conio-l1-1-0.dll
14940 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-string-l1-1-0.dll
14945 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-time-l1-1-0.dll
14948 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-process-l1-1-0.dll
14951 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-errorhandling-l1-1-0.dll
14953 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-errorhandling-l1-1-0.dll
14954 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-libraryloader-l1-1-0.dll
14957 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-libraryloader-l1-1-0.dll
14960 DEBUG: Skipping user32.dll dependency of api-ms-win-core-libraryloader-l1-1-0.dll
14960 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-file-l2-1-0.dll
14962 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-file-l2-1-0.dll
14963 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-profile-l1-1-0.dll
14966 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-profile-l1-1-0.dll
14967 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-timezone-l1-1-0.dll
14971 DEBUG: Skipping advapi32.dll dependency of api-ms-win-core-timezone-l1-1-0.dll
14973 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-timezone-l1-1-0.dll
14973 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-interlocked-l1-1-0.dll
14976 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-interlocked-l1-1-0.dll
14976 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-datetime-l1-1-0.dll
14978 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-datetime-l1-1-0.dll
14978 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-file-l1-2-0.dll
14981 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-file-l1-2-0.dll
14981 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-heap-l1-1-0.dll
14983 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-heap-l1-1-0.dll
14983 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-sysinfo-l1-1-0.dll
14986 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-sysinfo-l1-1-0.dll
14986 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-file-l1-1-0.dll
14990 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-file-l1-1-0.dll
14990 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-rtlsupport-l1-1-0.dll
14993 DEBUG: Skipping ntdll.dll dependency of api-ms-win-core-rtlsupport-l1-1-0.dll
14993 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-string-l1-1-0.dll
14996 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-string-l1-1-0.dll
14997 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-processthreads-l1-1-0.dll
15001 DEBUG: Skipping advapi32.dll dependency of api-ms-win-core-processthreads-l1-1-0.dll
15003 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-processthreads-l1-1-0.dll
15003 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-handle-l1-1-0.dll
15005 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-handle-l1-1-0.dll
15006 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-namedpipe-l1-1-0.dll
15009 DEBUG: Skipping advapi32.dll dependency of api-ms-win-core-namedpipe-l1-1-0.dll
15010 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-namedpipe-l1-1-0.dll
15010 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-console-l1-1-0.dll
15013 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-console-l1-1-0.dll
15013 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-localization-l1-2-0.dll
15018 DEBUG: Skipping normaliz.dll dependency of api-ms-win-core-localization-l1-2-0.dll
15020 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-localization-l1-2-0.dll
15020 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-processthreads-l1-1-1.dll
15023 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-processthreads-l1-1-1.dll
15023 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-synch-l1-2-0.dll
15025 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-synch-l1-2-0.dll
15025 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-debug-l1-1-0.dll
15030 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-debug-l1-1-0.dll
15030 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-synch-l1-1-0.dll
15034 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-synch-l1-1-0.dll
15034 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-processenvironment-l1-1-0.dll
15036 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-processenvironment-l1-1-0.dll
15037 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-fibers-l1-1-0.dll
15039 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-fibers-l1-1-0.dll
15039 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-util-l1-1-0.dll
15042 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-util-l1-1-0.dll
15042 DEBUG: Analyzing C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-core-memory-l1-1-0.dll
15045 DEBUG: Skipping kernel32.dll dependency of api-ms-win-core-memory-l1-1-0.dll
15047 INFO: Analyzing D:\code\python\fbs_1\src\main\python\main.py
17380 DEBUG: Hidden import 'codecs' already found
17380 INFO: Processing module hooks...
17381 INFO: Loading module hook 'hook-difflib.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17383 DEBUG: Excluding import of doctest from module difflib
17384 INFO: Loading module hook 'hook-distutils.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17385 INFO: Loading module hook 'hook-distutils.util.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17387 DEBUG: Excluding import of lib2to3.refactor from module distutils.util
17387 INFO: Loading module hook 'hook-encodings.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17388 DEBUG: Collecting submodules for encodings
17496 DEBUG: collect_submodules - Found submodules: ['encodings.shift_jisx0213', 'encodings.cp1255', 'encodings.zlib_codec', 'encodings.mac_turkish', 'encodings.idna', 'encodings.iso8859_3', 'encodings.koi8_r', 'encodings.euc_jis_2004', 'encodings.mac_latin2', 'encodings.cp1253', 'encodings.iso2022_jp_3', 'encodings.mbcs', 'encodings.cp858', 'encodings.iso8859_14', 'encodings.euc_kr', 'encodings.mac_arabic', 'encodings.big5', 'encodings.shift_jis', 'encodings.cp1125', 'encodings.iso8859_1', 'encodings.hex_codec', 'encodings.palmos', 'encodings.hp_roman8', 'encodings.utf_32_le', 'encodings.iso8859_2', 'encodings.iso8859_4', 'encodings.koi8_u', 'encodings.utf_32', 'encodings.cp437', 'encodings.iso8859_10', 'encodings.cp932', 'encodings.gb2312', 'encodings.big5hkscs', 'encodings.mac_cyrillic', 'encodings.cp720', 'encodings.charmap', 'encodings.mac_greek', 'encodings.iso8859_16', 'encodings.oem', 'encodings.johab', 'encodings.punycode', 'encodings.cp862', 'encodings.iso8859_8', 'encodings.iso8859_13', 'encodings.quopri_codec', 'encodings.hz', 'encodings.cp1254', 'encodings.cp1252', 'encodings.cp1257', 'encodings.bz2_codec', 'encodings.cp863', 'encodings.iso2022_jp_2004', 'encodings.cp875', 'encodings.iso8859_7', 'encodings.cp424', 'encodings.cp500', 'encodings.iso2022_kr', 'encodings.cp1006', 'encodings.shift_jis_2004', 'encodings.iso8859_6', 'encodings.utf_8_sig', 'encodings.cp1250', 'encodings.euc_jp', 'encodings.mac_romanian', 'encodings.utf_8', 'encodings.mac_farsi', 'encodings.mac_iceland', 'encodings.ptcp154', 'encodings.euc_jisx0213', 'encodings.cp037', 'encodings.cp864', 'encodings.cp1258', 'encodings.cp1256', 'encodings.iso8859_11', 'encodings.iso2022_jp_ext', 'encodings.cp874', 'encodings.cp949', 'encodings.tis_620', 'encodings.iso2022_jp_2', 'encodings.iso8859_9', 'encodings.mac_croatian', 'encodings.utf_16_be', 'encodings.rot_13', 'encodings.iso2022_jp', 'encodings.utf_16_le', 'encodings.cp852', 'encodings.raw_unicode_escape', 'encodings.iso2022_jp_1', 'encodings.gbk', 'encodings.cp857', 'encodings.ascii', 'encodings.cp775', 'encodings.unicode_escape', 'encodings.cp869', 'encodings', 'encodings.aliases', 'encodings.gb18030', 'encodings.iso8859_15', 'encodings.mac_roman', 'encodings.utf_7', 'encodings.undefined', 'encodings.cp856', 'encodings.cp866', 'encodings.cp850', 'encodings.iso8859_5', 'encodings.cp1026', 'encodings.latin_1', 'encodings.base64_codec', 'encodings.uu_codec', 'encodings.cp1140', 'encodings.cp865', 'encodings.cp860', 'encodings.koi8_t', 'encodings.cp855', 'encodings.cp861', 'encodings.utf_32_be', 'encodings.kz1048', 'encodings.utf_16', 'encodings.cp737', 'encodings.cp273', 'encodings.cp950', 'encodings.cp1251']
17501 INFO: Loading module hook 'hook-heapq.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17503 DEBUG: Excluding import of doctest from module heapq
17504 INFO: Loading module hook 'hook-lib2to3.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17505 DEBUG: Collecting data files for lib2to3
17570 DEBUG: collect_data_files - Found files: [('C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\lib2to3\\tests\\data\\README', 'lib2to3\\tests\\data'), ('C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\lib2to3\\Grammar.txt', 'lib2to3'), ('C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\lib2to3\\PatternGrammar.txt', 'lib2to3')]
17571 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17573 DEBUG: Excluding import of test.support from module multiprocessing.util
17573 DEBUG: Excluding import of test from module multiprocessing.util
17573 INFO: Loading module hook 'hook-pickle.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17577 DEBUG: Excluding import of argparse from module pickle
17578 DEBUG: Excluding import of doctest from module pickle
17579 INFO: Loading module hook 'hook-platform.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17582 DEBUG: Excluding import of plistlib from module platform
17582 INFO: Loading module hook 'hook-PyQt5.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
17991 WARNING: Hidden import "sip" not found!
17991 INFO: Loading module hook 'hook-PyQt5.QtGui.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
18078 DEBUG: add_qt5_dependencies: Examining C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyQt5\QtGui.pyd, based on hook of C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\hooks\hook-PyQt5.QtGui.py.
18087 DEBUG: add_qt5_dependencies: raw lib C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python3.dll -> parsed lib python318089 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
18090 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
18092 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Gui.dll -> parsed lib qt5gui
18092 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Gui.dll.
18200 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
18202 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll -> parsed lib api-ms-win-crt-environment-l1-1-0
18204 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-locale-l1-1-0.dll -> parsed lib api-ms-win-crt-locale-l1-1-0
18206 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
18223 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
18248 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
18250 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\dxgi.dll -> parsed lib dxgi
18252 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll -> parsed lib qt5core
18253 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll.
18298 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
18300 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\SHELL32.dll -> parsed lib shell32
18302 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-filesystem-l1-1-0.dll -> parsed lib api-ms-win-crt-filesystem-l1-1-0
18305 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ole32.dll -> parsed lib ole32
18307 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-stdio-l1-1-0.dll -> parsed lib api-ms-win-crt-stdio-l1-1-0
18309 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\VERSION.dll -> parsed lib version
18311 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USERENV.dll -> parsed lib userenv
18312 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ADVAPI32.dll -> parsed lib advapi32
18315 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-string-l1-1-0.dll -> parsed lib api-ms-win-crt-string-l1-1-0
18326 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-utility-l1-1-0.dll -> parsed lib api-ms-win-crt-utility-l1-1-0
18329 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\MPR.dll -> parsed lib mpr
18330 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
18332 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
18334 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll -> parsed lib api-ms-win-crt-runtime-l1-1-0
18337 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\GDI32.dll -> parsed lib gdi32
18339 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\NETAPI32.dll -> parsed lib netapi32
18342 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140_1.dll -> parsed lib msvcp140_1
18344 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USER32.dll -> parsed lib user32
18345 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\d3d11.dll -> parsed lib d3d11
18348 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WS2_32.dll -> parsed lib ws2_32
18349 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-math-l1-1-0.dll -> parsed lib api-ms-win-crt-math-l1-1-0
18351 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll -> parsed lib api-ms-win-crt-convert-l1-1-0
18352 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
18354 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll -> parsed lib api-ms-win-crt-environment-l1-1-0
18356 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WINMM.dll -> parsed lib winmm
18358 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
18359 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-time-l1-1-0.dll -> parsed lib api-ms-win-crt-time-l1-1-0
18360 DEBUG: Found plugin files [] for plugin wayland-graphics-integration-client
18361 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qminimal.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qoffscreen.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwebgl.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwindows.dll'] for plugin platforms
18362 DEBUG: Found plugin files [] for plugin egldeviceintegrations
18362 DEBUG: Found plugin files [] for plugin xcbglintegrations
18363 DEBUG: Found plugin files [] for plugin wayland-decoration-client
18363 DEBUG: Found plugin files [] for plugin accessible
18364 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\iconengines\\qsvgicon.dll'] for plugin iconengines
18364 DEBUG: Found plugin files [] for plugin wayland-shell-integration
18365 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qgif.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qicns.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qico.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qjpeg.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qsvg.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtga.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtiff.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwbmp.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwebp.dll'] for plugin imageformats
18366 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platformthemes\\qxdgdesktopportal.dll'] for plugin platformthemes
18366 DEBUG: Found plugin files [] for plugin platforminputcontexts
18378 DEBUG: add_qt5_dependencies: imports from hook-PyQt5.QtGui:
  hiddenimports = ['PyQt5.QtCore', 'PyQt5.QtGui']
  binaries = [('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qminimal.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qoffscreen.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwebgl.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwindows.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\iconengines\\qsvgicon.dll', 'PyQt5\\Qt5\\plugins\\iconengines'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qgif.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qicns.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qico.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qjpeg.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qsvg.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtga.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtiff.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwbmp.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwebp.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platformthemes\\qxdgdesktopportal.dll', 'PyQt5\\Qt5\\plugins\\platformthemes')]
  datas = [('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_*.qm', 'PyQt5\\Qt5\\translations')]
18386 INFO: Loading module hook 'hook-PyQt5.QtNetwork.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
18478 DEBUG: add_qt5_dependencies: Examining C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyQt5\QtNetwork.pyd, based on hook of C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\hooks\hook-PyQt5.QtNetwork.py.
18483 DEBUG: add_qt5_dependencies: raw lib C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python3.dll -> parsed lib python318485 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
18488 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Network.dll -> parsed lib qt5network
18488 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Network.dll.
18500 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll -> parsed lib api-ms-win-crt-convert-l1-1-0
18502 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
18504 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\IPHLPAPI.DLL -> parsed lib iphlpapi
18506 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
18507 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
18508 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
18509 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll -> parsed lib qt5core
18509 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll.
18550 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
18552 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\SHELL32.dll -> parsed lib shell32
18554 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-filesystem-l1-1-0.dll -> parsed lib api-ms-win-crt-filesystem-l1-1-0
18555 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ole32.dll -> parsed lib ole32
18557 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-stdio-l1-1-0.dll -> parsed lib api-ms-win-crt-stdio-l1-1-0
18558 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\VERSION.dll -> parsed lib version
18560 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ADVAPI32.dll -> parsed lib advapi32
18561 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USERENV.dll -> parsed lib userenv
18565 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-string-l1-1-0.dll -> parsed lib api-ms-win-crt-string-l1-1-0
18567 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-utility-l1-1-0.dll -> parsed lib api-ms-win-crt-utility-l1-1-0
18568 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\MPR.dll -> parsed lib mpr
18569 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
18571 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
18573 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll -> parsed lib api-ms-win-crt-runtime-l1-1-0
18574 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\NETAPI32.dll -> parsed lib netapi32
18575 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140_1.dll -> parsed lib msvcp140_1
18577 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USER32.dll -> parsed lib user32
18579 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\DNSAPI.dll -> parsed lib dnsapi
18581 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WS2_32.dll -> parsed lib ws2_32
18584 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-math-l1-1-0.dll -> parsed lib api-ms-win-crt-math-l1-1-0
18586 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\CRYPT32.dll -> parsed lib crypt32
18587 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll -> parsed lib api-ms-win-crt-convert-l1-1-0
18590 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
18592 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll -> parsed lib api-ms-win-crt-environment-l1-1-0
18594 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WINMM.dll -> parsed lib winmm
18596 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
18598 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-time-l1-1-0.dll -> parsed lib api-ms-win-crt-time-l1-1-0
18599 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\bearer\\qgenericbearer.dll'] for plugin bearer
18600 DEBUG: add_qt5_dependencies: imports from hook-PyQt5.QtNetwork:
  hiddenimports = ['PyQt5.QtNetwork', 'PyQt5.QtCore']
  binaries = [('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\bearer\\qgenericbearer.dll', 'PyQt5\\Qt5\\plugins\\bearer')]
  datas = [('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_*.qm', 'PyQt5\\Qt5\\translations')]
18823 INFO: Loading module hook 'hook-PyQt5.QtWidgets.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
18915 DEBUG: add_qt5_dependencies: Examining C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyQt5\QtWidgets.pyd, based on hook of C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\hooks\hook-PyQt5.QtWidgets.py.
18927 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll -> parsed lib api-ms-win-crt-runtime-l1-1-0
18929 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
18930 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Gui.dll -> parsed lib qt5gui
18931 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Gui.dll.
19006 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
19008 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll -> parsed lib api-ms-win-crt-environment-l1-1-0
19010 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-locale-l1-1-0.dll -> parsed lib api-ms-win-crt-locale-l1-1-0
19011 DEBUG: add_qt5_dependencies: raw lib C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python3.dll -> parsed lib python319012 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
19013 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
19014 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
19017 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Widgets.dll -> parsed lib qt5widgets
19017 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Widgets.dll.
19050 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\dxgi.dll -> parsed lib dxgi
19051 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll -> parsed lib qt5core
19052 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll.
19085 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\UxTheme.dll -> parsed lib uxtheme
19087 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
19089 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\SHELL32.dll -> parsed lib shell32
19091 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-filesystem-l1-1-0.dll -> parsed lib api-ms-win-crt-filesystem-l1-1-0
19092 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ole32.dll -> parsed lib ole32
19094 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-stdio-l1-1-0.dll -> parsed lib api-ms-win-crt-stdio-l1-1-0
19097 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\VERSION.dll -> parsed lib version
19098 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USERENV.dll -> parsed lib userenv
19100 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ADVAPI32.dll -> parsed lib advapi32
19140 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-string-l1-1-0.dll -> parsed lib api-ms-win-crt-string-l1-1-0
19144 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-utility-l1-1-0.dll -> parsed lib api-ms-win-crt-utility-l1-1-0
19146 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\MPR.dll -> parsed lib mpr
19147 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
19149 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
19151 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll -> parsed lib api-ms-win-crt-runtime-l1-1-0
19154 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\dwmapi.dll -> parsed lib dwmapi
19156 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\GDI32.dll -> parsed lib gdi32
19160 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\NETAPI32.dll -> parsed lib netapi32
19162 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Gui.dll -> parsed lib qt5gui
19163 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Gui.dll.
19246 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USER32.dll -> parsed lib user32
19247 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140_1.dll -> parsed lib msvcp140_1
19249 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\d3d11.dll -> parsed lib d3d11
19252 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WS2_32.dll -> parsed lib ws2_32
19254 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-math-l1-1-0.dll -> parsed lib api-ms-win-crt-math-l1-1-0
19257 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll -> parsed lib api-ms-win-crt-convert-l1-1-0
19258 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
19260 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll -> parsed lib api-ms-win-crt-environment-l1-1-0
19261 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WINMM.dll -> parsed lib winmm
19262 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
19264 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-time-l1-1-0.dll -> parsed lib api-ms-win-crt-time-l1-1-0
19266 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll -> parsed lib qt5core
19266 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll.
19298 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\SHELL32.dll -> parsed lib shell32
19301 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
19303 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-filesystem-l1-1-0.dll -> parsed lib api-ms-win-crt-filesystem-l1-1-0
19304 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ole32.dll -> parsed lib ole32
19305 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\VERSION.dll -> parsed lib version
19307 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-stdio-l1-1-0.dll -> parsed lib api-ms-win-crt-stdio-l1-1-0
19308 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ADVAPI32.dll -> parsed lib advapi32
19310 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USERENV.dll -> parsed lib userenv
19314 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-string-l1-1-0.dll -> parsed lib api-ms-win-crt-string-l1-1-0
19316 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-utility-l1-1-0.dll -> parsed lib api-ms-win-crt-utility-l1-1-0
19318 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\MPR.dll -> parsed lib mpr
19320 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-locale-l1-1-0.dll -> parsed lib api-ms-win-crt-locale-l1-1-0
19321 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
19322 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
19323 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\dxgi.dll -> parsed lib dxgi
19325 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll -> parsed lib api-ms-win-crt-runtime-l1-1-0
19327 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\GDI32.dll -> parsed lib gdi32
19328 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140_1.dll -> parsed lib msvcp140_1
19329 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\NETAPI32.dll -> parsed lib netapi32
19331 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USER32.dll -> parsed lib user32
19332 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WS2_32.dll -> parsed lib ws2_32
19334 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-math-l1-1-0.dll -> parsed lib api-ms-win-crt-math-l1-1-0
19336 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll -> parsed lib api-ms-win-crt-convert-l1-1-0
19339 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll -> parsed lib api-ms-win-crt-environment-l1-1-0
19341 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
19343 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WINMM.dll -> parsed lib winmm
19345 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
19347 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-time-l1-1-0.dll -> parsed lib api-ms-win-crt-time-l1-1-0
19348 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\styles\\qwindowsvistastyle.dll'] for plugin styles
19348 DEBUG: Found plugin files [] for plugin wayland-graphics-integration-client
19349 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qminimal.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qoffscreen.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwebgl.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwindows.dll'] for plugin platforms
19349 DEBUG: Found plugin files [] for plugin egldeviceintegrations
19349 DEBUG: Found plugin files [] for plugin xcbglintegrations
19350 DEBUG: Found plugin files [] for plugin wayland-decoration-client
19350 DEBUG: Found plugin files [] for plugin accessible
19351 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\iconengines\\qsvgicon.dll'] for plugin iconengines
19351 DEBUG: Found plugin files [] for plugin wayland-shell-integration
19352 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qgif.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qicns.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qico.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qjpeg.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qsvg.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtga.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtiff.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwbmp.dll', 'C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwebp.dll'] for plugin imageformats
19353 DEBUG: Found plugin files ['C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platformthemes\\qxdgdesktopportal.dll'] for plugin platformthemes
19353 DEBUG: Found plugin files [] for plugin platforminputcontexts
19354 DEBUG: add_qt5_dependencies: imports from hook-PyQt5.QtWidgets:
  hiddenimports = ['PyQt5.QtCore', 'PyQt5.QtWidgets', 'PyQt5.QtGui']
  binaries = [('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\styles\\qwindowsvistastyle.dll', 'PyQt5\\Qt5\\plugins\\styles'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qminimal.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qoffscreen.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwebgl.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwindows.dll', 'PyQt5\\Qt5\\plugins\\platforms'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\iconengines\\qsvgicon.dll', 'PyQt5\\Qt5\\plugins\\iconengines'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qgif.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qicns.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qico.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qjpeg.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qsvg.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtga.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qtiff.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwbmp.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\qwebp.dll', 'PyQt5\\Qt5\\plugins\\imageformats'), ('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/plugins\\platformthemes\\qxdgdesktopportal.dll', 'PyQt5\\Qt5\\plugins\\platformthemes')]
  datas = [('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_*.qm', 'PyQt5\\Qt5\\translations')]
19359 INFO: Loading module hook 'hook-sysconfig.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
19360 DEBUG: Excluding import of _osx_support from module sysconfig
19361 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
19361 INFO: Loading module hook 'hook-xml.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
19588 INFO: Loading module hook 'hook-_tkinter.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
19978 INFO: checking Tree
19978 INFO: Building Tree because Tree-00.toc is non existent
19978 INFO: Building Tree Tree-00.toc
20961 INFO: checking Tree
20961 INFO: Building Tree because Tree-01.toc is non existent
20962 INFO: Building Tree Tree-01.toc
21352 INFO: checking Tree
21353 INFO: Building Tree because Tree-02.toc is non existent
21353 INFO: Building Tree Tree-02.toc
21374 INFO: Loading module hook 'hook-PyQt5.QtCore.py' from 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
21462 DEBUG: add_qt5_dependencies: Examining C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyQt5\QtCore.pyd, based on hook of C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\hooks\hook-PyQt5.QtCore.py.
21470 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
21472 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll -> parsed lib qt5core
21472 DEBUG: add_qt5_dependencies: Import of C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\Qt5Core.dll.
21504 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WINMM.dll -> parsed lib winmm
21505 DEBUG: add_qt5_dependencies: raw lib C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python3.dll -> parsed lib python321507 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\KERNEL32.dll -> parsed lib kernel32
21508 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140_1.dll -> parsed lib vcruntime140_1
21509 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\VCRUNTIME140.dll -> parsed lib vcruntime140
21511 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-time-l1-1-0.dll -> parsed lib api-ms-win-crt-time-l1-1-0
21513 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-runtime-l1-1-0.dll -> parsed lib api-ms-win-crt-runtime-l1-1-0
21515 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\SHELL32.dll -> parsed lib shell32
21518 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-heap-l1-1-0.dll -> parsed lib api-ms-win-crt-heap-l1-1-0
21520 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\NETAPI32.dll -> parsed lib netapi32
21521 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140_1.dll -> parsed lib msvcp140_1
21524 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USER32.dll -> parsed lib user32
21528 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-filesystem-l1-1-0.dll -> parsed lib api-ms-win-crt-filesystem-l1-1-0
21530 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ole32.dll -> parsed lib ole32
21533 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-stdio-l1-1-0.dll -> parsed lib api-ms-win-crt-stdio-l1-1-0
21535 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\VERSION.dll -> parsed lib version
21537 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\USERENV.dll -> parsed lib userenv
21539 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\ADVAPI32.dll -> parsed lib advapi32
21540 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\WS2_32.dll -> parsed lib ws2_32
21542 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-string-l1-1-0.dll -> parsed lib api-ms-win-crt-string-l1-1-0
21546 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-utility-l1-1-0.dll -> parsed lib api-ms-win-crt-utility-l1-1-0
21547 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-math-l1-1-0.dll -> parsed lib api-ms-win-crt-math-l1-1-0
21549 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-convert-l1-1-0.dll -> parsed lib api-ms-win-crt-convert-l1-1-0
21551 DEBUG: add_qt5_dependencies: raw lib C:\Windows\system32\MPR.dll -> parsed lib mpr
21552 DEBUG: add_qt5_dependencies: raw lib C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/bin\MSVCP140.dll -> parsed lib msvcp140
21553 DEBUG: add_qt5_dependencies: raw lib C:\Program Files\MiKTeX\miktex\bin\x64\api-ms-win-crt-environment-l1-1-0.dll -> parsed lib api-ms-win-crt-environment-l1-1-0
21554 DEBUG: add_qt5_dependencies: imports from hook-PyQt5.QtCore:
  hiddenimports = ['PyQt5.QtCore']
  binaries = []
  datas = [('C:/Users/Liu.D.H/AppData/Local/Programs/Python/Python310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_*.qm', 'PyQt5\\Qt5\\translations')]
21579 DEBUG: Looking for egg data files...
21580 INFO: Looking for ctypes DLLs
21580 DEBUG: Scanning test.support for shared libraries or dlls
21597 DEBUG: Scanning test.support.os_helper for shared libraries or dlls
21599 DEBUG: Scanning multiprocessing.sharedctypes for shared libraries or dlls
21602 INFO: Analyzing run-time hooks ...
21603 INFO: Including custom run-time hook 'D:\\code\\python\\fbs_1\\target\\PyInstaller\\fbs_pyinstaller_hook.py'
21611 INFO: Including run-time hook 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py'
21612 INFO: Including run-time hook 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_subprocess.py'
21613 INFO: Including run-time hook 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py'
21616 INFO: Including run-time hook 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py'
21619 INFO: Including run-time hook 'C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py'
21627 INFO: Looking for dynamic libraries
25881 INFO: Looking for eggs
25882 INFO: Using Python library C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\python310.dll
25882 INFO: Found binding redirects:
[]
25888 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\popen_spawn_posix.py
25893 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_tracker.py
25904 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\threading.py
25908 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_threading_local.py
25916 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\contextlib.py
25922 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_strptime.py
25942 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\datetime.py
25952 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\calendar.py
25970 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\argparse.py
25976 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\textwrap.py
25986 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\shutil.py
26004 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\zipfile.py
26008 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\py_compile.py
26016 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\ntpath.py
26022 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\string.py
26026 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\genericpath.py
26029 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\machinery.py
26033 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\__init__.py
26038 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\abc.py
26070 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\typing.py
26074 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\_abc.py
26082 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\_bootstrap.py
26094 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\_bootstrap_external.py
26104 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\metadata\__init__.py
26108 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\metadata\_itertools.py
26112 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\metadata\_functools.py
26116 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\metadata\_collections.py
26136 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\metadata\_meta.py
26140 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\metadata\_adapters.py
26144 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\metadata\_text.py
26155 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\message.py
26160 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\policy.py
26165 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\contentmanager.py
26169 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\quoprimime.py
26176 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\headerregistry.py
26200 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\_header_value_parser.py
26204 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\urllib\__init__.py
26209 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\iterators.py
26214 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\generator.py
26222 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\random.py
26230 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\statistics.py
26233 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\decimal.py
26266 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_pydecimal.py
26280 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\contextvars.py
26286 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\fractions.py
26291 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\numbers.py
26294 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\hashlib.py
26322 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\logging\__init__.py
26337 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pickle.py
26358 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pprint.py
26366 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\dataclasses.py
26388 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\inspect.py
26392 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\token.py
26400 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\dis.py
26405 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\opcode.py
26420 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\ast.py
26424 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_compat_pickle.py
26428 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\bisect.py
26432 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\_encoded_words.py
26440 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\base64.py
26445 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\getopt.py
26451 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\charset.py
26455 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\encoders.py
26459 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\base64mime.py
26464 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\_policybase.py
26471 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\header.py
26474 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\errors.py
26479 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\utils.py
26486 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\_parseaddr.py
26494 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\urllib\parse.py
26505 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\socket.py
26512 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\selectors.py
26517 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\quopri.py
26521 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\uu.py
26534 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\optparse.py
26537 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\__init__.py
26540 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\parser.py
26547 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\email\feedparser.py
26552 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\csv.py
26555 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\readers.py
26568 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pathlib.py
26572 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\struct.py
26579 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\posixpath.py
26583 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\importlib\util.py
26605 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\tarfile.py
26610 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\gzip.py
26614 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_compression.py
26618 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\lzma.py
26624 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\bz2.py
26628 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\fnmatch.py
26632 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\stat.py
26636 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\copy.py
26643 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\gettext.py
26647 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\signal.py
26654 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\util.py
26661 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\forkserver.py
26671 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py
26675 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_sharer.py
26686 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xmlrpc\client.py
26689 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xmlrpc\__init__.py
26692 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\parsers\expat.py
26695 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\parsers\__init__.py
26698 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\__init__.py
26720 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\sax\expatreader.py
26725 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\sax\saxutils.py
26744 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\urllib\request.py
26749 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\getpass.py
26753 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\nturl2path.py
26764 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\ftplib.py
26768 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\netrc.py
26772 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\shlex.py
26779 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\mimetypes.py
26799 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\http\cookiejar.py
26802 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\http\__init__.py
26818 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\ssl.py
26822 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\urllib\response.py
26825 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\urllib\error.py
26828 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\sax\__init__.py
26832 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\sax\handler.py
26835 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\sax\_exceptions.py
26841 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\xml\sax\xmlreader.py
26855 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\http\client.py
26859 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\hmac.py
26867 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\tempfile.py
26872 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py
26876 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\context.py
26880 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\popen_forkserver.py
26884 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\sharedctypes.py
26888 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\heap.py
26893 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py
26896 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\ctypes\_endian.py
26908 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\pool.py
26914 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\dummy\__init__.py
26917 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\dummy\connection.py
26921 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\queue.py
26929 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\queues.py
26934 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\synchronize.py
26947 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\managers.py
26952 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\shared_memory.py
26954 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\secrets.py
26959 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\reduction.py
26963 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\popen_fork.py
26969 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\popen_spawn_win32.py
26982 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\subprocess.py
26990 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\os.py
26995 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\spawn.py
26999 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\runpy.py
27005 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pkgutil.py
27014 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\zipimport.py
27017 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\multiprocessing\__init__.py
27025 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\stringprep.py
27030 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_py_abc.py
27037 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\tracemalloc.py
27041 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyQt5\__init__.py
27044 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\application_context\PyQt5.py
27048 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\application_context\__init__.py
27051 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\licensing.py
27055 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\json\__init__.py
27059 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\json\encoder.py
27064 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\json\decoder.py
27067 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\json\scanner.py
27071 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\__init__.py
27088 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\doctest.py
27093 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\__init__.py
27099 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\async_case.py
27102 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\__init__.py
27114 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\unix_events.py
27117 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\log.py
27126 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\windows_events.py
27131 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\windows_utils.py
27141 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\selector_events.py
27150 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py
27157 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\base_subprocess.py
27160 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\threads.py
27167 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\subprocess.py
27173 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\streams.py
27178 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\queues.py
27182 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py
27189 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\events.py
27203 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py
27206 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\concurrent\futures\__init__.py
27210 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\concurrent\futures\thread.py
27219 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\concurrent\futures\process.py
27227 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\concurrent\futures\_base.py
27230 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\concurrent\__init__.py
27236 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\trsock.py
27265 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\staggered.py
27273 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\tasks.py
27278 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\base_tasks.py
27284 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\locks.py
27288 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\mixins.py
27294 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\sslproto.py
27298 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\transports.py
27301 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\protocols.py
27306 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py
27309 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\exceptions.py
27313 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\coroutines.py
27317 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\base_futures.py
27322 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\format_helpers.py
27325 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\asyncio\constants.py
27329 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\signals.py
27334 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\main.py
27338 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\runner.py
27347 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\loader.py
27354 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\suite.py
27365 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\case.py
27369 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\_log.py
27374 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\result.py
27379 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\unittest\util.py
27394 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pdb.py
27421 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pydoc.py
27428 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\webbrowser.py
27442 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\http\server.py
27448 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\socketserver.py
27452 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\html\__init__.py
27467 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\html\entities.py
27490 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pydoc_data\topics.py
27493 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\pydoc_data\__init__.py
27496 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\tty.py
27505 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\sysconfig.py
27509 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_aix_support.py
27514 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\_bootsubprocess.py
27522 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\platform.py
27527 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\glob.py
27532 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\code.py
27536 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\codeop.py
27545 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\bdb.py
27551 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\cmd.py
27563 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\difflib.py
27567 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\__future__.py
27572 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\pkcs1.py
27575 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\core.py
27578 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\common.py
27584 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\key.py
27589 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\namedtype.py
27593 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\tagmap.py
27599 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\tag.py
27603 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\error.py
27605 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\__init__.py
27610 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\debug.py
27613 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\compat\octets.py
27615 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\compat\__init__.py
27618 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\compat\string.py
27622 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\compat\dateandtime.py
27626 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\compat\binary.py
27629 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\compat\calling.py
27648 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\univ.py
27654 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\namedval.py
27659 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\constraint.py
27662 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\error.py
27668 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\base.py
27686 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\compat\integer.py
27692 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\ber\eoo.py
27696 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\ber\__init__.py
27704 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\ber\encoder.py
27708 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\useful.py
27717 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\char.py
27730 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\ber\decoder.py
27734 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\__init__.py
27737 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\type\__init__.py
27741 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\der\encoder.py
27747 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\cer\encoder.py
27751 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\cer\__init__.py
27755 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\cer\decoder.py
27759 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\asn1.py
27764 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\der\decoder.py
27767 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\pyasn1\codec\der\__init__.py
27770 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\randnum.py
27774 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\pem.py
27778 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\prime.py
27782 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\parallel.py
27785 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\rsa\transform.py
27788 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\platform.py
27791 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\excepthook\__init__.py
27798 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\_signal.py
27801 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\_resources.py
27805 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\_source.py
27808 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\_settings.py
27812 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\_fbs.py
27816 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\_frozen.py
27819 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\_state.py
27823 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\fbs_runtime\__init__.py
27829 INFO: Warnings written to D:\code\python\fbs_1\target\PyInstaller\fbs_1\warn-fbs_1.txt
27901 INFO: Graph cross-reference written to D:\code\python\fbs_1\target\PyInstaller\fbs_1\xref-fbs_1.html
27942 INFO: Graph drawing written to D:\code\python\fbs_1\target\PyInstaller\fbs_1\graph-fbs_1.dot
27961 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\loader\pyimod01_os_path.py
27965 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\loader\pyimod02_archive.py
27972 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\loader\pyimod03_importers.py
27975 DEBUG: compiled C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\loader\pyimod04_ctypes.py
27975 INFO: checking PYZ
27975 INFO: Building PYZ because PYZ-00.toc is non existent
27976 INFO: Building PYZ (ZlibArchive) D:\code\python\fbs_1\target\PyInstaller\fbs_1\PYZ-00.pyz
27976 INFO: Building PYZ (ZlibArchive) D:\code\python\fbs_1\target\PyInstaller\fbs_1\PYZ-00.pyz completed successfully.
28078 INFO: checking PKG
28078 INFO: Building PKG because PKG-00.toc is non existent
28078 INFO: Building PKG (CArchive) fbs_1.pkg
28094 DEBUG: Compiling C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\loader\pyiboot01_bootstrap.py
28096 DEBUG: Compiling D:\code\python\fbs_1\target\PyInstaller\fbs_pyinstaller_hook.py
28096 DEBUG: Compiling C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_inspect.py
28097 DEBUG: Compiling C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_subprocess.py
28097 DEBUG: Compiling C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pyqt5.py
28098 DEBUG: Compiling C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py
28098 DEBUG: Compiling C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py
28100 DEBUG: Compiling D:\code\python\fbs_1\src\main\python\main.py
28106 INFO: Building PKG (CArchive) fbs_1.pkg completed successfully.
28107 INFO: Bootloader C:\Users\Liu.D.H\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\bootloader\Windows-64bit\run_d.exe
28107 INFO: checking EXE
28108 INFO: Building EXE because EXE-00.toc is non existent
28108 INFO: Building EXE from EXE-00.toc
28108 INFO: Copying bootloader EXE to D:\code\python\fbs_1\target\PyInstaller\fbs_1\fbs_1.exe.notanexecutable
28375 INFO: Copying icon to EXE
28375 INFO: Copying icons from ['D:\\code\\python\\fbs_1\\src\\main\\icons\\Icon.ico']
28502 INFO: Writing RT_GROUP_ICON 0 resource with 132 bytes
28502 INFO: Writing RT_ICON 1 resource with 6351 bytes
28502 INFO: Writing RT_ICON 2 resource with 67624 bytes
28502 INFO: Writing RT_ICON 3 resource with 38056 bytes
28502 INFO: Writing RT_ICON 4 resource with 21640 bytes
28502 INFO: Writing RT_ICON 5 resource with 16936 bytes
28503 INFO: Writing RT_ICON 6 resource with 9640 bytes
28503 INFO: Writing RT_ICON 7 resource with 4264 bytes
28503 INFO: Writing RT_ICON 8 resource with 2440 bytes
28503 INFO: Writing RT_ICON 9 resource with 1128 bytes
28506 INFO: Copying version information to EXE
28603 INFO: Copying 0 resources to EXE
28604 INFO: Embedding manifest in EXE
28605 INFO: Updating manifest in D:\code\python\fbs_1\target\PyInstaller\fbs_1\fbs_1.exe.notanexecutable
28690 INFO: Updating resource type 24 name 1 language 0
28692 INFO: Appending PKG archive to EXE
29104 INFO: Building EXE from EXE-00.toc completed successfully.
29108 INFO: checking COLLECT
29108 INFO: Building COLLECT because COLLECT-00.toc is non existent
29108 INFO: Building COLLECT COLLECT-00.toc
35384 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Done. You can now run `target\fbs_1\fbs_1.exe`. If that doesn't work,
see https://build-system.fman.io/troubleshooting.

D:\code\python\fbs_1>target\fbs_1\fbs_1.exe
[23280] PyInstaller Bootloader 5.x
[23280] LOADER: executable is D:\code\python\fbs_1\target\fbs_1\fbs_1.exe
[23280] LOADER: homepath is D:\code\python\fbs_1\target\fbs_1
[23280] LOADER: _MEIPASS2 is NULL
[23280] LOADER: archivename is D:\code\python\fbs_1\target\fbs_1\fbs_1.exe
[23280] LOADER: Cookie found at offset 0x6E694
[23280] LOADER: No need to extract files to run; setting extractionpath to homepath
[23280] LOADER: SetDllDirectory(D:\code\python\fbs_1\target\fbs_1)
[23280] LOADER: Already in the child - running user's code.
[23280] LOADER: Python library: D:\code\python\fbs_1\target\fbs_1\python310.dll
[23280] LOADER: Loaded functions from Python library.
[23280] LOADER: Manipulating environment (sys.path, sys.prefix)
[23280] LOADER: sys.prefix is D:\code\python\fbs_1\target\fbs_1
[23280] LOADER: Pre-init sys.path is D:\code\python\fbs_1\target\fbs_1\base_library.zip;D:\code\python\fbs_1\target\fbs_1\lib-dynload;D:\code\python\fbs_1\target\fbs_1
[23280] LOADER: Setting runtime options
[23280] LOADER: Runtime option: v
[23280] LOADER: Initializing python
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'nt' # <class '_frozen_importlib.BuiltinImporter'>
import 'winreg' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# zipimport: found 147 names in 'D:\\code\\python\\fbs_1\\target\\fbs_1\\base_library.zip'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'encodings.aliases' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\encodings\">
import 'encodings' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'encodings.utf_8' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\encodings\">
import '_codecs_cn' # <class '_frozen_importlib.BuiltinImporter'>
import '_multibytecodec' # <class '_frozen_importlib.BuiltinImporter'>
import 'encodings.gbk' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\encodings\">
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'io' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
[23280] LOADER: Overriding Python's sys.path
[23280] LOADER: Post-init sys.path is D:\code\python\fbs_1\target\fbs_1\base_library.zip;D:\code\python\fbs_1\target\fbs_1\lib-dynload;D:\code\python\fbs_1\target\fbs_1
[23280] LOADER: Setting sys.argv
[23280] LOADER: setting sys._MEIPASS
[23280] LOADER: importing modules from CArchive
[23280] LOADER: extracted struct
[23280] LOADER: running unmarshalled code object for struct...
import '_struct' # <class '_frozen_importlib.BuiltinImporter'>
[23280] LOADER: extracted pyimod01_os_path
[23280] LOADER: running unmarshalled code object for pyimod01_os_path...
[23280] LOADER: extracted pyimod02_archive
[23280] LOADER: running unmarshalled code object for pyimod02_archive...
import 'zlib' # <class '_frozen_importlib.BuiltinImporter'>
[23280] LOADER: extracted pyimod03_importers
[23280] LOADER: running unmarshalled code object for pyimod03_importers...
[23280] LOADER: extracted pyimod04_ctypes
[23280] LOADER: running unmarshalled code object for pyimod04_ctypes...
[23280] LOADER: Installing PYZ archive with Python modules.
[23280] LOADER: PYZ archive: PYZ-00.pyz
[23280] LOADER: Running pyiboot01_bootstrap.py
# PyInstaller: FrozenImporter(D:\code\python\fbs_1\target\fbs_1\fbs_1.exe?451582)
# os not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\os.pyc'
# stat not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\stat.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20C1720>
# _collections_abc not found in PYZ
import '_collections_abc' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
# ntpath not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\ntpath.pyc'
# genericpath not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\genericpath.pyc'
import 'genericpath' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20F8B20>
import 'ntpath' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20C1A80>
import 'os' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20C0250>
# ctypes not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\ctypes\\__init__.pyc'
# types not found in PYZ
import 'types' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
# _ctypes not found in PYZ
# extension module '_ctypes' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\_ctypes.pyd'
# extension module '_ctypes' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\_ctypes.pyd'
import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA20FA020>
# ctypes._endian not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\ctypes\\_endian.pyc'
import 'ctypes._endian' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20FB010>
import 'ctypes' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20C1450>
[23280] LOADER: Running fbs_pyinstaller_hook.py
# importlib not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\importlib\\__init__.pyc'
# warnings not found in PYZ
import 'warnings' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'importlib' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20FB250>
# fbs_runtime not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\__init__.pyc'
import 'fbs_runtime' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20FB940>
# fbs_runtime._frozen not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\_frozen.pyc'
# fbs_runtime.platform not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\platform.pyc'
# fbs_runtime._state not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\_state.pyc'
import 'fbs_runtime._state' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20FBFD0>
import 'fbs_runtime.platform' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20FBC10>
import 'fbs_runtime._frozen' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20FB9A0>
[23280] LOADER: Running pyi_rth_inspect.py
# inspect not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\inspect.pyc'
# ast not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\ast.pyc'
import '_ast' # <class '_frozen_importlib.BuiltinImporter'>
# contextlib not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\contextlib.pyc'
# collections not found in PYZ
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# keyword not found in PYZ
import 'keyword' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
# operator not found in PYZ
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
# reprlib not found in PYZ
import 'reprlib' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
# functools not found in PYZ
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'contextlib' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3C82380>
# enum not found in PYZ
import 'enum' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'ast' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA214A290>
# dis not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\dis.pyc'
# opcode not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\opcode.pyc'
import '_opcode' # <class '_frozen_importlib.BuiltinImporter'>
import 'opcode' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3CDB2E0>
import 'dis' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA214AA10>
# collections.abc not found in PYZ
import 'collections.abc' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\collections\">
# importlib.machinery not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\importlib\\machinery.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3CDBE20>
# linecache not found in PYZ
# tokenize not found in PYZ
# re not found in PYZ
# sre_compile not found in PYZ
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# sre_parse not found in PYZ
# sre_constants not found in PYZ
import 'sre_constants' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'sre_parse' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'sre_compile' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# copyreg not found in PYZ
import 'copyreg' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 're' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
# token not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\token.pyc'
import 'token' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3D33B20>
import 'tokenize' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'linecache' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'inspect' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA20FBFA0>
[23280] LOADER: Running pyi_rth_subprocess.py
# subprocess not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\subprocess.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# signal not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\signal.pyc'
import 'signal' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3D5F100>
# threading not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\threading.pyc'
# _weakrefset not found in PYZ
import '_weakrefset' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'threading' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3D5F3D0>
# fcntl not found in PYZ
import 'msvcrt' # <class '_frozen_importlib.BuiltinImporter'>
import '_winapi' # <class '_frozen_importlib.BuiltinImporter'>
import 'subprocess' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3D5E830>
[23280] LOADER: Running pyi_rth_pyqt5.py
[23280] LOADER: Running pyi_rth_pkgutil.py
# pkgutil not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\pkgutil.pyc'
# importlib.util not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\importlib\\util.pyc'
# importlib._abc not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\importlib\\_abc.pyc'
import 'importlib._abc' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3D8E740>
import 'importlib.util' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3D8DF30>
# weakref not found in PYZ
import 'weakref' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'pkgutil' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3D5ED10>
[23280] LOADER: Running pyi_rth_multiprocessing.py
# multiprocessing not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\multiprocessing\\__init__.pyc'
# multiprocessing.context not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\multiprocessing\\context.pyc'
# multiprocessing.process not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\multiprocessing\\process.pyc'
import 'multiprocessing.process' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3DC5750>
# multiprocessing.reduction not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\multiprocessing\\reduction.pyc'
# pickle not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\pickle.pyc'
# _compat_pickle not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\_compat_pickle.pyc'
import '_compat_pickle' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3E01060>
import '_pickle' # <class '_frozen_importlib.BuiltinImporter'>
# org not found in PYZ
import 'pickle' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3DC6B30>
# socket not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\socket.pyc'
# _socket not found in PYZ
# extension module '_socket' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\_socket.pyd'
# extension module '_socket' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\_socket.pyd'
import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA3E01C60>
# selectors not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\selectors.pyc'
import 'math' # <class '_frozen_importlib.BuiltinImporter'>
# select not found in PYZ
# extension module 'select' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\select.pyd'
# extension module 'select' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\select.pyd'
import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA3E027D0>
import 'selectors' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3E01D80>
import 'socket' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3DC7A30>
import 'multiprocessing.reduction' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3DC61D0>
import 'multiprocessing.context' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3DC4550>
import 'multiprocessing' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3DC4220>
# multiprocessing.spawn not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\multiprocessing\\spawn.pyc'
# runpy not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\runpy.pyc'
import 'runpy' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3E03670>
# multiprocessing.util not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\multiprocessing\\util.pyc'
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
import 'multiprocessing.util' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3E03A90>
import 'multiprocessing.spawn' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3DC4310>
# multiprocessing.popen_spawn_win32 not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\multiprocessing\\popen_spawn_win32.pyc'
import 'multiprocessing.popen_spawn_win32' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA3E03550>
[23280] LOADER: Running main.py
# fbs_runtime.application_context not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\application_context\\__init__.pyc'
# fbs_runtime._source not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\_source.pyc'
# fbs_runtime._fbs not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\_fbs.pyc'
import 'fbs_runtime._fbs' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4055510>
# fbs_runtime._settings not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\_settings.pyc'
# json not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\json\\__init__.pyc'
# json.decoder not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\json\\decoder.pyc'
# json.scanner not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\json\\scanner.pyc'
import '_json' # <class '_frozen_importlib.BuiltinImporter'>
import 'json.scanner' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4055F30>
import 'json.decoder' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4055BD0>
# json.encoder not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\json\\encoder.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4056140>
import 'json' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4055990>
import 'fbs_runtime._settings' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4055720>
# pathlib not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\pathlib.pyc'
# fnmatch not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fnmatch.pyc'
# posixpath not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\posixpath.pyc'
import 'posixpath' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4094100>
import 'fnmatch' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4057DC0>
# urllib not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\urllib\\__init__.pyc'
import 'urllib' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4094910>
# urllib.parse not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\urllib\\parse.pyc'
import 'urllib.parse' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4094970>
import 'pathlib' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA40563B0>
import 'fbs_runtime._source' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4055030>
# fbs_runtime._resources not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\_resources.pyc'
import 'fbs_runtime._resources' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4056770>
# fbs_runtime._signal not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\_signal.pyc'
import 'fbs_runtime._signal' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4057AF0>
# fbs_runtime.excepthook not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\excepthook\\__init__.pyc'
# traceback not found in PYZ
import 'traceback' # <zipimporter object "D:\code\python\fbs_1\target\fbs_1\base_library.zip\">
import 'fbs_runtime.excepthook' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA4096650>
import 'fbs_runtime.application_context' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA40547F0>
# fbs_runtime.application_context.PyQt5 not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\fbs_runtime\\application_context\\PyQt5.pyc'
# PyQt5 not found in PYZ
# code object from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\__init__.pyc'
import 'PyQt5' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA40C8550>
# PyQt5.QtGui not found in PYZ
# PyQt5.sip not found in PYZ
# extension module 'PyQt5.sip' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\sip.cp310-win_amd64.pyd'
# extension module 'PyQt5.sip' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\sip.cp310-win_amd64.pyd'
import 'PyQt5.sip' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA40C82E0>
# PyQt5.QtCore not found in PYZ
# extension module 'PyQt5.QtCore' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtCore.pyd'
# extension module 'PyQt5.QtCore' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtCore.pyd'
import 'PyQt5.QtCore' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA40C8CD0>
# extension module 'PyQt5.QtGui' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtGui.pyd'
# extension module 'PyQt5.QtGui' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtGui.pyd'
import 'PyQt5.QtGui' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA40C8640>
# PyQt5.QtWidgets not found in PYZ
# extension module 'PyQt5.QtWidgets' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtWidgets.pyd'
# extension module 'PyQt5.QtWidgets' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtWidgets.pyd'
import 'PyQt5.QtWidgets' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA4182950>
# PyQt5.QtNetwork not found in PYZ
# extension module 'PyQt5.QtNetwork' loaded from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtNetwork.pyd'
# extension module 'PyQt5.QtNetwork' executed from 'D:\\code\\python\\fbs_1\\target\\fbs_1\\PyQt5\\QtNetwork.pyd'
import 'PyQt5.QtNetwork' # <_frozen_importlib_external.ExtensionFileLoader object at 0x0000020CA4227CD0>
import 'fbs_runtime.application_context.PyQt5' # <_frozen_importlib_external.SourcelessFileLoader object at 0x0000020CA40C8910>
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing sys
# cleanup[2] removing builtins
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _thread
# cleanup[2] removing _warnings
# cleanup[2] removing _weakref
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing nt
# cleanup[2] removing winreg
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing time
# cleanup[2] removing zipimport
# cleanup[2] removing _codecs
# cleanup[2] removing codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _codecs_cn
# cleanup[2] removing _multibytecodec
# cleanup[2] removing encodings.gbk
# cleanup[2] removing _signal
# cleanup[2] removing _abc
# cleanup[2] removing abc
# cleanup[2] removing io
# cleanup[2] removing __main__
# cleanup[2] removing struct
# cleanup[2] removing _struct
# cleanup[2] removing pyimod01_os_path
# cleanup[2] removing pyimod02_archive
# cleanup[2] removing zlib
# cleanup[2] removing pyimod03_importers
# cleanup[2] removing pyimod04_ctypes
# cleanup[2] removing _stat
# cleanup[2] removing stat
# cleanup[2] removing _collections_abc
# cleanup[2] removing genericpath
# cleanup[2] removing ntpath
# cleanup[2] removing os.path
# cleanup[2] removing os
# cleanup[2] removing types
# cleanup[2] removing _ctypes
# cleanup[2] removing ctypes._endian
# cleanup[2] removing ctypes
# destroy ctypes
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing warnings
# cleanup[2] removing importlib
# cleanup[2] removing fbs_runtime
# destroy fbs_runtime
# cleanup[2] removing fbs_runtime._state
# cleanup[2] removing fbs_runtime.platform
# cleanup[2] removing fbs_runtime._frozen
# cleanup[2] removing _ast
# destroy _ast
# cleanup[2] removing itertools
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing _operator
# cleanup[2] removing operator
# destroy operator
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing functools
# cleanup[2] removing contextlib
# cleanup[2] removing enum
# cleanup[2] removing ast
# cleanup[2] removing _opcode
# cleanup[2] removing opcode
# destroy opcode
# cleanup[2] removing dis
# cleanup[2] removing collections.abc
# cleanup[2] removing importlib.machinery
# cleanup[2] removing _sre
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_compile
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing re
# cleanup[2] removing token
# cleanup[2] removing tokenize
# cleanup[2] removing linecache
# cleanup[2] removing inspect
# cleanup[2] removing errno
# cleanup[2] removing signal
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing threading
# cleanup[2] removing msvcrt
# cleanup[2] removing _winapi
# cleanup[2] removing subprocess
# cleanup[2] removing importlib._abc
# cleanup[2] removing importlib.util
# cleanup[2] removing weakref
# cleanup[2] removing pkgutil
# cleanup[2] removing multiprocessing.process
# cleanup[2] removing _compat_pickle
# cleanup[2] removing _pickle
# cleanup[2] removing pickle
# cleanup[2] removing _socket
# cleanup[2] removing math
# cleanup[2] removing select
# cleanup[2] removing selectors
# cleanup[2] removing socket
# cleanup[2] removing multiprocessing.reduction
# cleanup[2] removing multiprocessing.context
# cleanup[2] removing __mp_main__
# destroy __main__
# cleanup[2] removing multiprocessing
# cleanup[2] removing runpy
# cleanup[2] removing atexit
# cleanup[2] removing multiprocessing.util
# cleanup[2] removing multiprocessing.spawn
# cleanup[2] removing multiprocessing.popen_spawn_win32
# cleanup[2] removing fbs_runtime._fbs
# destroy fbs_runtime._fbs
# cleanup[2] removing _json
# cleanup[2] removing json.scanner
# cleanup[2] removing json.decoder
# cleanup[2] removing json.encoder
# cleanup[2] removing json
# cleanup[2] removing fbs_runtime._settings
# destroy fbs_runtime._settings
# cleanup[2] removing posixpath
# cleanup[2] removing fnmatch
# cleanup[2] removing urllib
# destroy urllib
# cleanup[2] removing urllib.parse
# destroy urllib.parse
# cleanup[2] removing pathlib
# destroy pathlib
# cleanup[2] removing fbs_runtime._source
# cleanup[2] removing fbs_runtime._resources
# destroy fbs_runtime._resources
# cleanup[2] removing fbs_runtime._signal
# destroy fbs_runtime._signal
# cleanup[2] removing traceback
# cleanup[2] removing fbs_runtime.excepthook
# destroy fbs_runtime.excepthook
# cleanup[2] removing fbs_runtime.application_context
# destroy fbs_runtime.application_context
# cleanup[2] removing PyQt5
# destroy PyQt5
# cleanup[2] removing sip
# cleanup[2] removing PyQt5.sip
# cleanup[2] removing PyQt5.QtCore
# cleanup[2] removing PyQt5.QtGui
# cleanup[2] removing PyQt5.QtWidgets
# cleanup[2] removing PyQt5.QtNetwork
# cleanup[2] removing fbs_runtime.application_context.PyQt5
# destroy encodings
# destroy inspect
# destroy subprocess
# destroy pkgutil
# destroy multiprocessing
# destroy multiprocessing.popen_spawn_win32
# destroy importlib.machinery
# destroy importlib._abc
# destroy importlib.util
# destroy ast
# destroy dis
# destroy token
# destroy _opcode
# destroy contextlib
# destroy _signal
# destroy zipimport
# destroy pickle
# destroy socket
# destroy multiprocessing.context
# destroy _compat_pickle
# destroy selectors
# destroy math
# destroy select
# destroy runpy
# destroy importlib
# destroy weakref
# destroy multiprocessing.process
# destroy _winapi
# destroy multiprocessing.reduction
# destroy multiprocessing.spawn
# destroy multiprocessing.util
# destroy fbs_runtime._state
# destroy fbs_runtime._frozen
# destroy fbs_runtime._source
# destroy fbs_runtime.application_context.PyQt5
# destroy fbs_runtime.platform
# destroy json
# destroy json.decoder
# destroy json.encoder
# destroy json.scanner
# destroy _json
# destroy fnmatch
# destroy io
# destroy warnings
# destroy posixpath
# destroy errno
# destroy signal
# cleanup[3] wiping PyQt5.QtNetwork
# cleanup[3] wiping PyQt5.QtWidgets
# cleanup[3] wiping PyQt5.QtGui
# cleanup[3] wiping PyQt5.QtCore
# cleanup[3] wiping PyQt5.sip
# cleanup[3] wiping sip
# cleanup[3] wiping traceback
# destroy linecache
# cleanup[3] wiping atexit
# cleanup[3] wiping _socket
# cleanup[3] wiping _pickle
# cleanup[3] wiping msvcrt
# cleanup[3] wiping threading
# cleanup[3] wiping tokenize
# destroy collections
# destroy re
# cleanup[3] wiping copyreg
# cleanup[3] wiping _locale
# cleanup[3] wiping sre_compile
# cleanup[3] wiping sre_parse
# cleanup[3] wiping _sre
# cleanup[3] wiping collections.abc
# cleanup[3] wiping enum
# cleanup[3] wiping functools
# cleanup[3] wiping _functools
# cleanup[3] wiping _collections
# cleanup[3] wiping _operator
# cleanup[3] wiping itertools
# destroy itertools
# cleanup[3] wiping importlib._bootstrap_external
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping ctypes._endian
# cleanup[3] wiping _ctypes
# cleanup[3] wiping types
# cleanup[3] wiping os
# destroy ntpath
# cleanup[3] wiping genericpath
# cleanup[3] wiping _collections_abc
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping pyimod04_ctypes
# cleanup[3] wiping pyimod03_importers
# cleanup[3] wiping zlib
# cleanup[3] wiping pyimod02_archive
# cleanup[3] wiping pyimod01_os_path
# cleanup[3] wiping _struct
# cleanup[3] wiping struct
# cleanup[3] wiping abc
# cleanup[3] wiping _abc
# cleanup[3] wiping encodings.gbk
# cleanup[3] wiping _multibytecodec
# cleanup[3] wiping _codecs_cn
# destroy _codecs_cn
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping time
# cleanup[3] wiping _frozen_importlib_external
# cleanup[3] wiping winreg
# cleanup[3] wiping nt
# cleanup[3] wiping marshal
# cleanup[3] wiping _io
# cleanup[3] wiping _weakref
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _imp
# cleanup[3] wiping _frozen_importlib
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy PyQt5.QtNetwork
# destroy PyQt5.QtWidgets
# destroy PyQt5.sip
# destroy _socket
# destroy _pickle
# destroy msvcrt
# destroy winreg
# destroy zlib
# destroy enum
# destroy sre_compile
# destroy sre_parse
# destroy _locale
# destroy copyreg
# destroy _sre
# destroy _functools
# destroy threading
# destroy traceback
# destroy stat
# destroy genericpath
# destroy nt
# destroy _weakref
# destroy _collections
# destroy collections.abc
# destroy _thread
# destroy functools
# destroy tokenize
# destroy _operator
# destroy codecs
# destroy encodings.aliases
# destroy encodings.utf_8
# destroy encodings.gbk
# destroy _codecs
# destroy builtins
# destroy _multibytecodec
# destroy abc
# destroy _collections_abc
# destroy _abc
# destroy _frozen_importlib_external
# destroy _frozen_importlib
# destroy _imp
# destroy io
# destroy marshal
# destroy time
# destroy _warnings
# clear sys.audit hooks

D:\code\python\fbs_1>

from fbs-tutorial.

liudonghua123 avatar liudonghua123 commented on June 24, 2024

I found that when I installed fbs-tutorial, then some fbs lib code like site-packages\fbs\builtin_commands\__init__.py got updated or patched. Then MyFbsApp got involved.

The original startproject is

@command
def startproject():
    """
    Start a new project in the current directory
    """
    if exists('src'):
        raise FbsError('The src/ directory already exists. Aborting.')
    app = prompt_for_value('App name', default='MyApp')
    user = getuser().title()
    author = prompt_for_value('Author', default=user)
    has_pyqt = _has_module('PyQt5')
    has_pyside = _has_module('PySide2')
    if has_pyqt and not has_pyside:
        python_bindings = 'PyQt5'
    elif not has_pyqt and has_pyside:
        python_bindings = 'PySide2'
    else:
        python_bindings = prompt_for_value(
            'Qt bindings', choices=('PyQt5', 'PySide2'), default='PyQt5'
        )
    eg_bundle_id = 'com.%s.%s' % (
        author.lower().split()[0], ''.join(app.lower().split())
    )
    mac_bundle_identifier = prompt_for_value(
        'Mac bundle identifier (eg. %s, optional)' % eg_bundle_id,
        optional=True
    )
    mkdir('src')
    template_dir = join(dirname(__file__), 'project_template')
    template_path = lambda relpath: join(template_dir, *relpath.split('/'))
    copy_with_filtering(
        template_dir, '.', {
            'app_name': app,
            'author': author,
            'mac_bundle_identifier': mac_bundle_identifier,
            'python_bindings': python_bindings
        },
        files_to_filter=[
            template_path('src/build/settings/base.json'),
            template_path('src/build/settings/mac.json'),
            template_path('src/main/python/main.py')
        ]
    )
    print('')
    _LOG.info(
        "Created the src/ directory. If you have %s installed, you can now "
        "do:\n\n    fbs run", python_bindings
    )

Changed to the following.

_FIXED_APP_NAME = 'MyFbsApp'
_FIXED_AUTHOR = 'Author'
_FIXED_MAC_BUNDLE_IDENTIFIER = 'com.author.myfbsapp'
_FIXED_PYTHON_BINDINGS = 'PyQt5'

@command
def startproject():
    """
    Start a new project in the current directory
    """
    if exists('src'):
        raise FbsError('The src/ directory already exists. Aborting.')
    mkdir('src')
    template_dir = join(dirname(__file__), 'project_template')
    template_path = lambda relpath: join(template_dir, *relpath.split('/'))
    # fbs prompts the user for several values such as the app name.
    # We use hard-coded values to be able to use pre-compiled binaries.
    copy_with_filtering(
        template_dir, '.', {
            'app_name': _FIXED_APP_NAME,
            'author': _FIXED_AUTHOR,
            'mac_bundle_identifier': _FIXED_MAC_BUNDLE_IDENTIFIER,
            'python_bindings': _FIXED_PYTHON_BINDINGS
        },
        files_to_filter=[
            template_path('src/build/settings/base.json'),
            template_path('src/build/settings/mac.json'),
            template_path('src/main/python/main.py')
        ]
    )
    print('')
    _LOG.info(
        "Created the src/ directory. You can now do:\n\n"
        "    fbs run"
    )

from fbs-tutorial.

subtle01 avatar subtle01 commented on June 24, 2024

免费版的好像不支持高版本的python

from fbs-tutorial.

liudonghua123 avatar liudonghua123 commented on June 24, 2024

免费版的好像不支持高版本的python

嗯,也许是,我已经转向直接使用pyinstaller打包,也没想象中的麻烦,一条命令就可以,另外也不用pyqt5/6,pyside2/6了,使用flet了。

from fbs-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.