PyInstaller value error: Invalid Windows resource specifier
McDermott Family
ez609 at ncf.ca
Mon Oct 30 15:19:27 EDT 2023
Hello, I am trying to create a one file executable with pyinstaller 6.1.0
and auto-py-to-exe 2.41.0 using Python version 3.10.9 in a virtual
environment.
Some points before the output of pinstaller is shown. My resource .py file
is there where it should be. Also I can fun my program from the command-line
and it does work with the compiled resource file without a problem. Any help
would be greatly appreciated. Thank you.
Running auto-py-to-exe v2.41.0
Building directory: C:\Users\icnte\AppData\Local\Temp\tmpp870eytg
Provided command: pyinstaller --noconfirm --onefile --windowed --icon
"D:/Work/Python/cfepy310/xl/cfegui/Resources/Conform-e_48_1.ico" --name
"Conform-e" --clean --log-level "DEBUG" --debug "all" --version-file
"D:/Work/Python/cfepy310/xl/cfegui/cfe_versionfile.txt" --resource
"D:/Work/Python/cfepy310/xl/cfegui/cfe_Resource_rc.py"
"D:/Work/Python/cfepy310/xl/cfegui/cfe_MainForm.py"
Recursion Limit is set to 5000
Executing: pyinstaller --noconfirm --onefile --windowed --icon
D:/Work/Python/cfepy310/xl/cfegui/Resources/Conform-e_48_1.ico --name
Conform-e --clean --log-level DEBUG --debug all --version-file
D:/Work/Python/cfepy310/xl/cfegui/cfe_versionfile.txt --resource
D:/Work/Python/cfepy310/xl/cfegui/cfe_Resource_rc.py
D:/Work/Python/cfepy310/xl/cfegui/cfe_MainForm.py --distpath
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\application --workpath
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\build --specpath
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg
79547 INFO: PyInstaller: 6.1.0
79547 INFO: Python: 3.10.9
79564 INFO: Platform: Windows-10-10.0.22621-SP0
79578 INFO: wrote
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\Conform-e.spec
79580 DEBUG: Testing UPX availability ...
79595 DEBUG: UPX is not available.
79597 INFO: Removing temporary files and cleaning cache in
C:\Users\icnte\AppData\Local\pyinstaller
79597 DEBUG: script: D:\Work\Python\cfepy310\xl\cfegui\cfe_MainForm.py
79611 INFO: Extending PYTHONPATH with paths
['D:\\Work\\Python\\cfepy310\\xl\\cfegui']
79907 INFO: checking Analysis
79911 INFO: Building Analysis because Analysis-00.toc is non existent
79922 INFO: Initializing module dependency graph...
79945 INFO: Caching module graph hooks...
79983 INFO: Analyzing base_library.zip ...
79996 DEBUG: Collecting submodules for encodings
80425 DEBUG: collect_submodules - found submodules: ['encodings',
'encodings.aliases', 'encodings.ascii', 'encodings.base64_codec',
'encodings.big5', 'encodings.big5hkscs', 'encodings.bz2_codec',
'encodings.charmap', 'encodings.cp037', 'encodings.cp1006',
'encodings.cp1026', 'encodings.cp1125', 'encodings.cp1140',
'encodings.cp1250', 'encodings.cp1251', 'encodings.cp1252',
'encodings.cp1253', 'encodings.cp1254', 'encodings.cp1255',
'encodings.cp1256', 'encodings.cp1257', 'encodings.cp1258',
'encodings.cp273', 'encodings.cp424', 'encodings.cp437', 'encodings.cp500',
'encodings.cp720', 'encodings.cp737', 'encodings.cp775', 'encodings.cp850',
'encodings.cp852', 'encodings.cp855', 'encodings.cp856', 'encodings.cp857',
'encodings.cp858', 'encodings.cp860', 'encodings.cp861', 'encodings.cp862',
'encodings.cp863', 'encodings.cp864', 'encodings.cp865', 'encodings.cp866',
'encodings.cp869', 'encodings.cp874', 'encodings.cp875', 'encodings.cp932',
'encodings.cp949', 'encodings.cp950', 'encodings.euc_jis_2004',
'encodings.euc_jisx0213', 'encodings.euc_jp', 'encodings.euc_kr',
'encodings.gb18030', 'encodings.gb2312', 'encodings.gbk',
'encodings.hex_codec', 'encodings.hp_roman8', 'encodings.hz',
'encodings.idna', 'encodings.iso2022_jp', 'encodings.iso2022_jp_1',
'encodings.iso2022_jp_2', 'encodings.iso2022_jp_2004',
'encodings.iso2022_jp_3', 'encodings.iso2022_jp_ext',
'encodings.iso2022_kr', 'encodings.iso8859_1', 'encodings.iso8859_10',
'encodings.iso8859_11', 'encodings.iso8859_13', 'encodings.iso8859_14',
'encodings.iso8859_15', 'encodings.iso8859_16', 'encodings.iso8859_2',
'encodings.iso8859_3', 'encodings.iso8859_4', 'encodings.iso8859_5',
'encodings.iso8859_6', 'encodings.iso8859_7', 'encodings.iso8859_8',
'encodings.iso8859_9', 'encodings.johab', 'encodings.koi8_r',
'encodings.koi8_t', 'encodings.koi8_u', 'encodings.kz1048',
'encodings.latin_1', 'encodings.mac_arabic', 'encodings.mac_croatian',
'encodings.mac_cyrillic', 'encodings.mac_farsi', 'encodings.mac_greek',
'encodings.mac_iceland', 'encodings.mac_latin2', 'encodings.mac_roman',
'encodings.mac_romanian', 'encodings.mac_turkish', 'encodings.mbcs',
'encodings.oem', 'encodings.palmos', 'encodings.ptcp154',
'encodings.punycode', 'encodings.quopri_codec',
'encodings.raw_unicode_escape', 'encodings.rot_13', 'encodings.shift_jis',
'encodings.shift_jis_2004', 'encodings.shift_jisx0213', 'encodings.tis_620',
'encodings.undefined', 'encodings.unicode_escape', 'encodings.utf_16',
'encodings.utf_16_be', 'encodings.utf_16_le', 'encodings.utf_32',
'encodings.utf_32_be', 'encodings.utf_32_le', 'encodings.utf_7',
'encodings.utf_8', 'encodings.utf_8_sig', 'encodings.uu_codec',
'encodings.zlib_codec']
80437 DEBUG: Collecting submodules for collections
80859 DEBUG: collect_submodules - found submodules: ['collections',
'collections.abc']
81007 INFO: Loading module hook 'hook-heapq.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
81015 DEBUG: Suppressing import of 'doctest' from module 'heapq' due to
excluded import 'doctest' specified in a hook for 'heapq' (or its parent
package(s)).
81080 INFO: Loading module hook 'hook-encodings.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
81099 DEBUG: Collecting submodules for encodings
81523 DEBUG: collect_submodules - found submodules: ['encodings',
'encodings.aliases', 'encodings.ascii', 'encodings.base64_codec',
'encodings.big5', 'encodings.big5hkscs', 'encodings.bz2_codec',
'encodings.charmap', 'encodings.cp037', 'encodings.cp1006',
'encodings.cp1026', 'encodings.cp1125', 'encodings.cp1140',
'encodings.cp1250', 'encodings.cp1251', 'encodings.cp1252',
'encodings.cp1253', 'encodings.cp1254', 'encodings.cp1255',
'encodings.cp1256', 'encodings.cp1257', 'encodings.cp1258',
'encodings.cp273', 'encodings.cp424', 'encodings.cp437', 'encodings.cp500',
'encodings.cp720', 'encodings.cp737', 'encodings.cp775', 'encodings.cp850',
'encodings.cp852', 'encodings.cp855', 'encodings.cp856', 'encodings.cp857',
'encodings.cp858', 'encodings.cp860', 'encodings.cp861', 'encodings.cp862',
'encodings.cp863', 'encodings.cp864', 'encodings.cp865', 'encodings.cp866',
'encodings.cp869', 'encodings.cp874', 'encodings.cp875', 'encodings.cp932',
'encodings.cp949', 'encodings.cp950', 'encodings.euc_jis_2004',
'encodings.euc_jisx0213', 'encodings.euc_jp', 'encodings.euc_kr',
'encodings.gb18030', 'encodings.gb2312', 'encodings.gbk',
'encodings.hex_codec', 'encodings.hp_roman8', 'encodings.hz',
'encodings.idna', 'encodings.iso2022_jp', 'encodings.iso2022_jp_1',
'encodings.iso2022_jp_2', 'encodings.iso2022_jp_2004',
'encodings.iso2022_jp_3', 'encodings.iso2022_jp_ext',
'encodings.iso2022_kr', 'encodings.iso8859_1', 'encodings.iso8859_10',
'encodings.iso8859_11', 'encodings.iso8859_13', 'encodings.iso8859_14',
'encodings.iso8859_15', 'encodings.iso8859_16', 'encodings.iso8859_2',
'encodings.iso8859_3', 'encodings.iso8859_4', 'encodings.iso8859_5',
'encodings.iso8859_6', 'encodings.iso8859_7', 'encodings.iso8859_8',
'encodings.iso8859_9', 'encodings.johab', 'encodings.koi8_r',
'encodings.koi8_t', 'encodings.koi8_u', 'encodings.kz1048',
'encodings.latin_1', 'encodings.mac_arabic', 'encodings.mac_croatian',
'encodings.mac_cyrillic', 'encodings.mac_farsi', 'encodings.mac_greek',
'encodings.mac_iceland', 'encodings.mac_latin2', 'encodings.mac_roman',
'encodings.mac_romanian', 'encodings.mac_turkish', 'encodings.mbcs',
'encodings.oem', 'encodings.palmos', 'encodings.ptcp154',
'encodings.punycode', 'encodings.quopri_codec',
'encodings.raw_unicode_escape', 'encodings.rot_13', 'encodings.shift_jis',
'encodings.shift_jis_2004', 'encodings.shift_jisx0213', 'encodings.tis_620',
'encodings.undefined', 'encodings.unicode_escape', 'encodings.utf_16',
'encodings.utf_16_be', 'encodings.utf_16_le', 'encodings.utf_32',
'encodings.utf_32_be', 'encodings.utf_32_le', 'encodings.utf_7',
'encodings.utf_8', 'encodings.utf_8_sig', 'encodings.uu_codec',
'encodings.zlib_codec']
83596 INFO: Loading module hook 'hook-pickle.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
83728 DEBUG: Suppressing import of 'doctest' from module 'pickle' due to
excluded import 'doctest' specified in a hook for 'pickle' (or its parent
package(s)).
83743 DEBUG: Suppressing import of 'argparse' from module 'pickle' due to
excluded import 'argparse' specified in a hook for 'pickle' (or its parent
package(s)).
87892 INFO: Caching module dependency graph...
87969 DEBUG: Adding python files to base_library.zip
88131 INFO: Running Analysis Analysis-00.toc
88147 INFO: Looking for Python shared library...
88156 INFO: Using Python shared library:
C:\Users\icnte\AppData\Local\Programs\Python\Python310\python310.dll
88172 INFO: Analyzing D:\Work\Python\cfepy310\xl\cfegui\cfe_MainForm.py
88362 INFO: Processing pre-safe import module hook distutils from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\pre_saf
e_import_module\\hook-distutils.py'.
88437 INFO: Processing pre-find module path hook distutils from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\pre_fin
d_module_path\\hook-distutils.py'.
90518 DEBUG: distutils: provided by setuptools
90528 INFO: Loading module hook 'hook-distutils.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
90762 INFO: Loading module hook 'hook-sysconfig.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
90809 DEBUG: Suppressing import of '_osx_support' from module 'sysconfig'
due to excluded import '_osx_support' specified in a hook for 'sysconfig'
(or its parent package(s)).
90889 DEBUG: Suppressing import of '_osx_support' from module 'sysconfig'
due to excluded import '_osx_support' specified in a hook for 'sysconfig'
(or its parent package(s)).
91660 INFO: Loading module hook 'hook-platform.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
91680 DEBUG: Suppressing import of 'plistlib' from module 'platform' due to
excluded import 'plistlib' specified in a hook for 'platform' (or its parent
package(s)).
92037 INFO: Loading module hook 'hook-xml.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
92152 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
92740 INFO: Loading module hook 'hook-lib2to3.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
92783 DEBUG: Collecting data files for lib2to3
93042 DEBUG: collect_data_files - Found files:
[('C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\lib\\lib2t
o3\\tests\\data\\README', 'lib2to3\\tests\\data'),
('C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\lib\\lib2to
3\\PatternGrammar.txt', 'lib2to3'),
('C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\lib\\lib2to
3\\Grammar.txt', 'lib2to3')]
93295 INFO: Processing pre-safe import module hook six.moves from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\pre_saf
e_import_module\\hook-six.moves.py'.
93437 INFO: Loading module hook 'hook-pygments.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
93456 DEBUG: Collecting submodules for pygments.formatters
94073 DEBUG: collect_submodules - found submodules: ['pygments.formatters',
'pygments.formatters._mapping', 'pygments.formatters.bbcode',
'pygments.formatters.groff', 'pygments.formatters.html',
'pygments.formatters.img', 'pygments.formatters.irc',
'pygments.formatters.latex', 'pygments.formatters.other',
'pygments.formatters.pangomarkup', 'pygments.formatters.rtf',
'pygments.formatters.svg', 'pygments.formatters.terminal',
'pygments.formatters.terminal256']
94091 DEBUG: Collecting submodules for pygments.lexers
95300 DEBUG: collect_submodules - found submodules: ['pygments.lexers',
'pygments.lexers._ada_builtins', 'pygments.lexers._asy_builtins',
'pygments.lexers._cl_builtins', 'pygments.lexers._cocoa_builtins',
'pygments.lexers._csound_builtins', 'pygments.lexers._css_builtins',
'pygments.lexers._julia_builtins', 'pygments.lexers._lasso_builtins',
'pygments.lexers._lilypond_builtins', 'pygments.lexers._lua_builtins',
'pygments.lexers._mapping', 'pygments.lexers._mql_builtins',
'pygments.lexers._mysql_builtins', 'pygments.lexers._openedge_builtins',
'pygments.lexers._php_builtins', 'pygments.lexers._postgres_builtins',
'pygments.lexers._qlik_builtins', 'pygments.lexers._scheme_builtins',
'pygments.lexers._scilab_builtins', 'pygments.lexers._sourcemod_builtins',
'pygments.lexers._stan_builtins', 'pygments.lexers._stata_builtins',
'pygments.lexers._tsql_builtins', 'pygments.lexers._usd_builtins',
'pygments.lexers._vbscript_builtins', 'pygments.lexers._vim_builtins',
'pygments.lexers.actionscript', 'pygments.lexers.ada',
'pygments.lexers.agile', 'pygments.lexers.algebra',
'pygments.lexers.ambient', 'pygments.lexers.amdgpu', 'pygments.lexers.ampl',
'pygments.lexers.apdlexer', 'pygments.lexers.apl',
'pygments.lexers.archetype', 'pygments.lexers.arrow', 'pygments.lexers.asc',
'pygments.lexers.asm', 'pygments.lexers.automation', 'pygments.lexers.bare',
'pygments.lexers.basic', 'pygments.lexers.bdd', 'pygments.lexers.berry',
'pygments.lexers.bibtex', 'pygments.lexers.boa', 'pygments.lexers.business',
'pygments.lexers.c_cpp', 'pygments.lexers.c_like',
'pygments.lexers.capnproto', 'pygments.lexers.cddl',
'pygments.lexers.chapel', 'pygments.lexers.clean', 'pygments.lexers.comal',
'pygments.lexers.compiled', 'pygments.lexers.configs',
'pygments.lexers.console', 'pygments.lexers.cplint',
'pygments.lexers.crystal', 'pygments.lexers.csound', 'pygments.lexers.css',
'pygments.lexers.d', 'pygments.lexers.dalvik', 'pygments.lexers.data',
'pygments.lexers.devicetree', 'pygments.lexers.diff',
'pygments.lexers.dotnet', 'pygments.lexers.dsls', 'pygments.lexers.dylan',
'pygments.lexers.ecl', 'pygments.lexers.eiffel', 'pygments.lexers.elm',
'pygments.lexers.elpi', 'pygments.lexers.email', 'pygments.lexers.erlang',
'pygments.lexers.esoteric', 'pygments.lexers.ezhil',
'pygments.lexers.factor', 'pygments.lexers.fantom', 'pygments.lexers.felix',
'pygments.lexers.floscript', 'pygments.lexers.forth',
'pygments.lexers.fortran', 'pygments.lexers.foxpro',
'pygments.lexers.freefem', 'pygments.lexers.functional',
'pygments.lexers.futhark', 'pygments.lexers.gcodelexer',
'pygments.lexers.gdscript', 'pygments.lexers.go',
'pygments.lexers.grammar_notation', 'pygments.lexers.graph',
'pygments.lexers.graphics', 'pygments.lexers.graphviz',
'pygments.lexers.gsql', 'pygments.lexers.haskell', 'pygments.lexers.haxe',
'pygments.lexers.hdl', 'pygments.lexers.hexdump', 'pygments.lexers.html',
'pygments.lexers.idl', 'pygments.lexers.igor', 'pygments.lexers.inferno',
'pygments.lexers.installers', 'pygments.lexers.int_fiction',
'pygments.lexers.iolang', 'pygments.lexers.j', 'pygments.lexers.javascript',
'pygments.lexers.jmespath', 'pygments.lexers.jslt', 'pygments.lexers.julia',
'pygments.lexers.jvm', 'pygments.lexers.kuin', 'pygments.lexers.lilypond',
'pygments.lexers.lisp', 'pygments.lexers.macaulay2', 'pygments.lexers.make',
'pygments.lexers.markup', 'pygments.lexers.math', 'pygments.lexers.matlab',
'pygments.lexers.maxima', 'pygments.lexers.mcfunction',
'pygments.lexers.meson', 'pygments.lexers.mime', 'pygments.lexers.ml',
'pygments.lexers.modeling', 'pygments.lexers.modula2',
'pygments.lexers.monte', 'pygments.lexers.mosel', 'pygments.lexers.ncl',
'pygments.lexers.nimrod', 'pygments.lexers.nit', 'pygments.lexers.nix',
'pygments.lexers.oberon', 'pygments.lexers.objective',
'pygments.lexers.ooc', 'pygments.lexers.other', 'pygments.lexers.parasail',
'pygments.lexers.parsers', 'pygments.lexers.pascal', 'pygments.lexers.pawn',
'pygments.lexers.perl', 'pygments.lexers.php', 'pygments.lexers.pointless',
'pygments.lexers.pony', 'pygments.lexers.praat', 'pygments.lexers.procfile',
'pygments.lexers.prolog', 'pygments.lexers.promql',
'pygments.lexers.python', 'pygments.lexers.q', 'pygments.lexers.qlik',
'pygments.lexers.qvt', 'pygments.lexers.r', 'pygments.lexers.rdf',
'pygments.lexers.rebol', 'pygments.lexers.resource', 'pygments.lexers.ride',
'pygments.lexers.rita', 'pygments.lexers.rnc', 'pygments.lexers.roboconf',
'pygments.lexers.robotframework', 'pygments.lexers.ruby',
'pygments.lexers.rust', 'pygments.lexers.sas', 'pygments.lexers.savi',
'pygments.lexers.scdoc', 'pygments.lexers.scripting', 'pygments.lexers.sgf',
'pygments.lexers.shell', 'pygments.lexers.sieve', 'pygments.lexers.slash',
'pygments.lexers.smalltalk', 'pygments.lexers.smithy',
'pygments.lexers.smv', 'pygments.lexers.snobol', 'pygments.lexers.solidity',
'pygments.lexers.sophia', 'pygments.lexers.special',
'pygments.lexers.spice', 'pygments.lexers.sql', 'pygments.lexers.srcinfo',
'pygments.lexers.stata', 'pygments.lexers.supercollider',
'pygments.lexers.tal', 'pygments.lexers.tcl', 'pygments.lexers.teal',
'pygments.lexers.templates', 'pygments.lexers.teraterm',
'pygments.lexers.testing', 'pygments.lexers.text',
'pygments.lexers.textedit', 'pygments.lexers.textfmts',
'pygments.lexers.theorem', 'pygments.lexers.thingsdb',
'pygments.lexers.tnt', 'pygments.lexers.trafficscript',
'pygments.lexers.typoscript', 'pygments.lexers.ul4',
'pygments.lexers.unicon', 'pygments.lexers.urbi', 'pygments.lexers.usd',
'pygments.lexers.varnish', 'pygments.lexers.verification',
'pygments.lexers.web', 'pygments.lexers.webassembly',
'pygments.lexers.webidl', 'pygments.lexers.webmisc',
'pygments.lexers.whiley', 'pygments.lexers.x10', 'pygments.lexers.xorg',
'pygments.lexers.yang', 'pygments.lexers.zig']
95312 DEBUG: Collecting submodules for pygments.styles
95862 DEBUG: collect_submodules - found submodules: ['pygments.styles',
'pygments.styles.abap', 'pygments.styles.algol', 'pygments.styles.algol_nu',
'pygments.styles.arduino', 'pygments.styles.autumn',
'pygments.styles.borland', 'pygments.styles.bw', 'pygments.styles.colorful',
'pygments.styles.default', 'pygments.styles.dracula',
'pygments.styles.emacs', 'pygments.styles.friendly',
'pygments.styles.friendly_grayscale', 'pygments.styles.fruity',
'pygments.styles.gh_dark', 'pygments.styles.gruvbox',
'pygments.styles.igor', 'pygments.styles.inkpot',
'pygments.styles.lilypond', 'pygments.styles.lovelace',
'pygments.styles.manni', 'pygments.styles.material',
'pygments.styles.monokai', 'pygments.styles.murphy',
'pygments.styles.native', 'pygments.styles.nord', 'pygments.styles.onedark',
'pygments.styles.paraiso_dark', 'pygments.styles.paraiso_light',
'pygments.styles.pastie', 'pygments.styles.perldoc',
'pygments.styles.rainbow_dash', 'pygments.styles.rrt',
'pygments.styles.sas', 'pygments.styles.solarized',
'pygments.styles.staroffice', 'pygments.styles.stata_dark',
'pygments.styles.stata_light', 'pygments.styles.tango',
'pygments.styles.trac', 'pygments.styles.vim', 'pygments.styles.vs',
'pygments.styles.xcode', 'pygments.styles.zenburn']
96225 INFO: Loading module hook 'hook-pkg_resources.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
96341 DEBUG: Collecting submodules for pkg_resources._vendor
97240 DEBUG: collect_submodules - found submodules:
['pkg_resources._vendor', 'pkg_resources._vendor.importlib_resources',
'pkg_resources._vendor.importlib_resources._adapters',
'pkg_resources._vendor.importlib_resources._common',
'pkg_resources._vendor.importlib_resources._compat',
'pkg_resources._vendor.importlib_resources._itertools',
'pkg_resources._vendor.importlib_resources._legacy',
'pkg_resources._vendor.importlib_resources.abc',
'pkg_resources._vendor.importlib_resources.readers',
'pkg_resources._vendor.importlib_resources.simple',
'pkg_resources._vendor.jaraco', 'pkg_resources._vendor.jaraco.context',
'pkg_resources._vendor.jaraco.functools',
'pkg_resources._vendor.jaraco.text', 'pkg_resources._vendor.more_itertools',
'pkg_resources._vendor.more_itertools.more',
'pkg_resources._vendor.more_itertools.recipes',
'pkg_resources._vendor.packaging',
'pkg_resources._vendor.packaging._elffile',
'pkg_resources._vendor.packaging._manylinux',
'pkg_resources._vendor.packaging._musllinux',
'pkg_resources._vendor.packaging._parser',
'pkg_resources._vendor.packaging._structures',
'pkg_resources._vendor.packaging._tokenizer',
'pkg_resources._vendor.packaging.markers',
'pkg_resources._vendor.packaging.metadata',
'pkg_resources._vendor.packaging.requirements',
'pkg_resources._vendor.packaging.specifiers',
'pkg_resources._vendor.packaging.tags',
'pkg_resources._vendor.packaging.utils',
'pkg_resources._vendor.packaging.version',
'pkg_resources._vendor.platformdirs',
'pkg_resources._vendor.platformdirs.__main__',
'pkg_resources._vendor.platformdirs.android',
'pkg_resources._vendor.platformdirs.api',
'pkg_resources._vendor.platformdirs.macos',
'pkg_resources._vendor.platformdirs.unix',
'pkg_resources._vendor.platformdirs.version',
'pkg_resources._vendor.platformdirs.windows',
'pkg_resources._vendor.typing_extensions', 'pkg_resources._vendor.zipp']
97259 DEBUG: Collecting submodules for packaging
97674 DEBUG: collect_submodules - found submodules: ['packaging',
'packaging.__about__', 'packaging._manylinux', 'packaging._musllinux',
'packaging._structures', 'packaging.markers', 'packaging.requirements',
'packaging.specifiers', 'packaging.tags', 'packaging.utils',
'packaging.version']
97857 DEBUG: Suppressing import of '__main__' from module 'pkg_resources'
due to excluded import '__main__' specified in a hook for 'pkg_resources'
(or its parent package(s)).
99413 INFO: Loading module hook 'hook-PyQt5.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
100950 INFO: Loading module hook 'hook-openpyxl.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
100999 DEBUG: Collecting data files for openpyxl
101208 DEBUG: collect_data_files - Found files: []
101261 INFO: Loading module hook 'hook-lxml.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
101268 DEBUG: Collecting submodules for lxml
101974 DEBUG: collect_submodules - found submodules: ['lxml',
'lxml.ElementInclude', 'lxml._elementpath', 'lxml.builder',
'lxml.cssselect', 'lxml.doctestcompare', 'lxml.etree', 'lxml.html',
'lxml.html.ElementSoup', 'lxml.html._diffcommand',
'lxml.html._html5builder', 'lxml.html._setmixin', 'lxml.html.builder',
'lxml.html.clean', 'lxml.html.defs', 'lxml.html.diff', 'lxml.html.formfill',
'lxml.html.html5parser', 'lxml.html.soupparser', 'lxml.html.usedoctest',
'lxml.includes', 'lxml.includes.extlibs', 'lxml.includes.libexslt',
'lxml.includes.libxml', 'lxml.includes.libxslt', 'lxml.isoschematron',
'lxml.objectify', 'lxml.pyclasslookup', 'lxml.sax', 'lxml.usedoctest']
103191 INFO: Loading module hook 'hook-PIL.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
103331 INFO: Loading module hook 'hook-PIL.Image.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
103347 DEBUG: Collecting submodules for PIL
103763 DEBUG: collect_submodules - found submodules: ['PIL.BlpImagePlugin',
'PIL.BmpImagePlugin', 'PIL.BufrStubImagePlugin', 'PIL.CurImagePlugin',
'PIL.DcxImagePlugin', 'PIL.DdsImagePlugin', 'PIL.EpsImagePlugin',
'PIL.FitsImagePlugin', 'PIL.FitsStubImagePlugin', 'PIL.FliImagePlugin',
'PIL.FpxImagePlugin', 'PIL.FtexImagePlugin', 'PIL.GbrImagePlugin',
'PIL.GifImagePlugin', 'PIL.GribStubImagePlugin', 'PIL.Hdf5StubImagePlugin',
'PIL.IcnsImagePlugin', 'PIL.IcoImagePlugin', 'PIL.ImImagePlugin',
'PIL.ImtImagePlugin', 'PIL.IptcImagePlugin', 'PIL.Jpeg2KImagePlugin',
'PIL.JpegImagePlugin', 'PIL.McIdasImagePlugin', 'PIL.MicImagePlugin',
'PIL.MpegImagePlugin', 'PIL.MpoImagePlugin', 'PIL.MspImagePlugin',
'PIL.PalmImagePlugin', 'PIL.PcdImagePlugin', 'PIL.PcxImagePlugin',
'PIL.PdfImagePlugin', 'PIL.PixarImagePlugin', 'PIL.PngImagePlugin',
'PIL.PpmImagePlugin', 'PIL.PsdImagePlugin', 'PIL.SgiImagePlugin',
'PIL.SpiderImagePlugin', 'PIL.SunImagePlugin', 'PIL.TgaImagePlugin',
'PIL.TiffImagePlugin', 'PIL.WebPImagePlugin', 'PIL.WmfImagePlugin',
'PIL.XVThumbImagePlugin', 'PIL.XbmImagePlugin', 'PIL.XpmImagePlugin']
104336 INFO: Loading module hook 'hook-pycparser.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
105497 INFO: Loading module hook 'hook-distutils.util.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
105572 DEBUG: Suppressing import of 'lib2to3.refactor' from module
'distutils.util' due to excluded import 'lib2to3.refactor' specified in a
hook for 'distutils.util' (or its parent package(s)).
106714 INFO: Loading module hook 'hook-setuptools.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
106786 DEBUG: Collecting submodules for setuptools._vendor
108651 DEBUG: collect_submodules - found submodules: ['setuptools._vendor',
'setuptools._vendor.importlib_metadata',
'setuptools._vendor.importlib_metadata._adapters',
'setuptools._vendor.importlib_metadata._collections',
'setuptools._vendor.importlib_metadata._compat',
'setuptools._vendor.importlib_metadata._functools',
'setuptools._vendor.importlib_metadata._itertools',
'setuptools._vendor.importlib_metadata._meta',
'setuptools._vendor.importlib_metadata._py39compat',
'setuptools._vendor.importlib_metadata._text',
'setuptools._vendor.importlib_resources',
'setuptools._vendor.importlib_resources._adapters',
'setuptools._vendor.importlib_resources._common',
'setuptools._vendor.importlib_resources._compat',
'setuptools._vendor.importlib_resources._itertools',
'setuptools._vendor.importlib_resources._legacy',
'setuptools._vendor.importlib_resources.abc',
'setuptools._vendor.importlib_resources.readers',
'setuptools._vendor.importlib_resources.simple',
'setuptools._vendor.jaraco', 'setuptools._vendor.jaraco.context',
'setuptools._vendor.jaraco.functools', 'setuptools._vendor.jaraco.text',
'setuptools._vendor.more_itertools',
'setuptools._vendor.more_itertools.more',
'setuptools._vendor.more_itertools.recipes',
'setuptools._vendor.ordered_set', 'setuptools._vendor.packaging',
'setuptools._vendor.packaging._elffile',
'setuptools._vendor.packaging._manylinux',
'setuptools._vendor.packaging._musllinux',
'setuptools._vendor.packaging._parser',
'setuptools._vendor.packaging._structures',
'setuptools._vendor.packaging._tokenizer',
'setuptools._vendor.packaging.markers',
'setuptools._vendor.packaging.metadata',
'setuptools._vendor.packaging.requirements',
'setuptools._vendor.packaging.specifiers',
'setuptools._vendor.packaging.tags', 'setuptools._vendor.packaging.utils',
'setuptools._vendor.packaging.version', 'setuptools._vendor.tomli',
'setuptools._vendor.tomli._parser', 'setuptools._vendor.tomli._re',
'setuptools._vendor.tomli._types', 'setuptools._vendor.typing_extensions',
'setuptools._vendor.zipp']
108670 DEBUG: Collecting submodules for setuptools._distutils
109522 DEBUG: collect_submodules - found submodules:
['setuptools._distutils', 'setuptools._distutils._collections',
'setuptools._distutils._functools', 'setuptools._distutils._log',
'setuptools._distutils._macos_compat',
'setuptools._distutils._msvccompiler', 'setuptools._distutils.archive_util',
'setuptools._distutils.bcppcompiler', 'setuptools._distutils.ccompiler',
'setuptools._distutils.cmd', 'setuptools._distutils.command',
'setuptools._distutils.command._framework_compat',
'setuptools._distutils.command.bdist',
'setuptools._distutils.command.bdist_dumb',
'setuptools._distutils.command.bdist_rpm',
'setuptools._distutils.command.build',
'setuptools._distutils.command.build_clib',
'setuptools._distutils.command.build_ext',
'setuptools._distutils.command.build_py',
'setuptools._distutils.command.build_scripts',
'setuptools._distutils.command.check',
'setuptools._distutils.command.clean',
'setuptools._distutils.command.config',
'setuptools._distutils.command.install',
'setuptools._distutils.command.install_data',
'setuptools._distutils.command.install_egg_info',
'setuptools._distutils.command.install_headers',
'setuptools._distutils.command.install_lib',
'setuptools._distutils.command.install_scripts',
'setuptools._distutils.command.py37compat',
'setuptools._distutils.command.register',
'setuptools._distutils.command.sdist',
'setuptools._distutils.command.upload', 'setuptools._distutils.config',
'setuptools._distutils.core', 'setuptools._distutils.cygwinccompiler',
'setuptools._distutils.debug', 'setuptools._distutils.dep_util',
'setuptools._distutils.dir_util', 'setuptools._distutils.dist',
'setuptools._distutils.errors', 'setuptools._distutils.extension',
'setuptools._distutils.fancy_getopt', 'setuptools._distutils.file_util',
'setuptools._distutils.filelist', 'setuptools._distutils.log',
'setuptools._distutils.msvc9compiler', 'setuptools._distutils.msvccompiler',
'setuptools._distutils.py38compat', 'setuptools._distutils.py39compat',
'setuptools._distutils.spawn', 'setuptools._distutils.sysconfig',
'setuptools._distutils.text_file', 'setuptools._distutils.unixccompiler',
'setuptools._distutils.util', 'setuptools._distutils.version',
'setuptools._distutils.versionpredicate']
110638 INFO: Loading module hook 'hook-packaging.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
113616 INFO: Loading module hook 'hook-jinja2.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
114336 INFO: Loading module hook 'hook-multiprocessing.util.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
114352 DEBUG: Suppressing import of 'test' from module
'multiprocessing.util' due to excluded import 'test' specified in a hook for
'multiprocessing.util' (or its parent package(s)).
117680 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
117692 DEBUG: Suppressing import of 'numpy' from module 'PIL.ImageFilter'
due to excluded import 'numpy' specified in a hook for 'PIL.ImageFilter' (or
its parent package(s)).
117710 DEBUG: Suppressing import of 'PyQt6.QtCore' from module 'PIL.ImageQt'
due to excluded import 'PyQt6' specified in a hook for 'PIL.ImageQt' (or its
parent package(s)).
117722 DEBUG: Suppressing import of 'PyQt6.QtGui' from module 'PIL.ImageQt'
due to excluded import 'PyQt6' specified in a hook for 'PIL.ImageQt' (or its
parent package(s)).
117726 DEBUG: Suppressing import of 'PySide6.QtCore' from module
'PIL.ImageQt' due to excluded import 'PySide6' specified in a hook for
'PIL.ImageQt' (or its parent package(s)).
117737 DEBUG: Suppressing import of 'PySide6.QtGui' from module
'PIL.ImageQt' due to excluded import 'PySide6' specified in a hook for
'PIL.ImageQt' (or its parent package(s)).
117749 DEBUG: Suppressing import of 'PyQt5.QtCore' from module 'PIL.ImageQt'
due to excluded import 'PyQt5' specified in a hook for 'PIL.ImageQt' (or its
parent package(s)).
117766 DEBUG: Suppressing import of 'PyQt5.QtGui' from module 'PIL.ImageQt'
due to excluded import 'PyQt5' specified in a hook for 'PIL.ImageQt' (or its
parent package(s)).
117783 DEBUG: Suppressing import of 'PySide2.QtCore' from module
'PIL.ImageQt' due to excluded import 'PySide2' specified in a hook for
'PIL.ImageQt' (or its parent package(s)).
117789 DEBUG: Suppressing import of 'PySide2.QtGui' from module
'PIL.ImageQt' due to excluded import 'PySide2' specified in a hook for
'PIL.ImageQt' (or its parent package(s)).
117807 DEBUG: Suppressing import of 'IPython.display' from module
'PIL.ImageShow' due to excluded import 'IPython' specified in a hook for
'PIL.ImageShow' (or its parent package(s)).
118759 INFO: Loading module hook 'hook-pythoncom.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
119035 INFO: Loading module hook 'hook-pywintypes.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
119164 INFO: Processing pre-safe import module hook win32com from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\pre_safe_import_module\\hook-win32com.py'.
119373 DEBUG: win32com: extending __path__ with dir
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\win32comext'
119406 INFO: Loading module hook 'hook-win32com.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
120157 INFO: Loading module hook 'hook-Crypto.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
122972 INFO: Loading module hook 'hook-xml.dom.domreg.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
124290 INFO: Processing pre-safe import module hook
urllib3.packages.six.moves from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\pre_saf
e_import_module\\hook-urllib3.packages.six.moves.py'.
125904 INFO: Loading module hook 'hook-certifi.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
125932 DEBUG: Collecting data files for certifi
125946 DEBUG: collect_data_files - Found files:
[('D:\\work\\Python\\cfepy310\\lib\\site-packages\\certifi\\cacert.pem',
'certifi'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\certifi\\py.typed',
'certifi')]
126399 INFO: Processing module hooks...
126421 INFO: Loading module hook 'hook-lxml.etree.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
126586 INFO: Loading module hook 'hook-difflib.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
126605 DEBUG: Suppressing import of 'doctest' from module 'difflib' due to
excluded import 'doctest' specified in a hook for 'difflib' (or its parent
package(s)).
127223 INFO: Loading module hook 'hook-lxml.isoschematron.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
127247 DEBUG: Collecting data files for lxml
127270 DEBUG: collect_data_files - Found files:
[('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\reso
urces\\xsl\\iso-schematron-xslt1\\iso_schematron_skeleton_for_xslt1.xsl',
'lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\xsl\\iso-schematron-xslt1\\iso_abstract_expand.xsl',
'lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\xsl\\iso-schematron-xslt1\\readme.txt',
'lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\xsl\\iso-schematron-xslt1\\iso_dsdl_include.xsl',
'lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\xsl\\iso-schematron-xslt1\\iso_svrl_for_xslt1.xsl',
'lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\xsl\\XSD2Schtrn.xsl', 'lxml\\isoschematron\\resources\\xsl'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\xsl\\RNG2Schtrn.xsl', 'lxml\\isoschematron\\resources\\xsl'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\rng\\iso-schematron.rng', 'lxml\\isoschematron\\resources\\rng'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\isoschematron\\resou
rces\\xsl\\iso-schematron-xslt1\\iso_schematron_message.xsl',
'lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1')]
127999 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
128029 DEBUG: Suppressing import of 'tkinter' from module 'PIL.ImageTk' due
to excluded import 'tkinter' specified in a hook for 'PIL.ImageTk' (or its
parent package(s)).
138434 WARNING: Hidden import "sip" not found!
138464 INFO: Loading module hook 'hook-PyQt5.QtCore.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
138555 DEBUG: QtLibraryInfo(PyQt5): processing module PyQt5.QtCore...
138780 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' -> parsed name 'vcruntime140'.
138803 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-runtime-l1-1-0.dll'
138822 DEBUG: QtLibraryInfo(PyQt5): imported library 'python3.dll', full
path
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
-> parsed name 'python3'.
138839 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Core.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' -> parsed name 'qt5core'.
138855 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5core'.
139422 DEBUG: QtLibraryInfo(PyQt5): imported library 'ole32.dll', full path
'C:\\Windows\\system32\\ole32.dll' -> parsed name 'ole32'.
139453 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-environment-l1-1-0.dll'
139474 DEBUG: QtLibraryInfo(PyQt5): imported library 'KERNEL32.dll', full
path 'C:\\Windows\\system32\\KERNEL32.dll' -> parsed name 'kernel32'.
139490 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-math-l1-1-0.dll'
139505 DEBUG: QtLibraryInfo(PyQt5): imported library 'SHELL32.dll', full
path 'C:\\Windows\\system32\\SHELL32.dll' -> parsed name 'shell32'.
139526 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-time-l1-1-0.dll'
139542 DEBUG: QtLibraryInfo(PyQt5): imported library 'WS2_32.dll', full path
'C:\\Windows\\system32\\WS2_32.dll' -> parsed name 'ws2_32'.
139559 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-string-l1-1-0.dll'
139576 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-stdio-l1-1-0.dll'
139593 DEBUG: QtLibraryInfo(PyQt5): imported library 'NETAPI32.dll', full
path 'C:\\Windows\\system32\\NETAPI32.dll' -> parsed name 'netapi32'.
139609 DEBUG: QtLibraryInfo(PyQt5): imported library 'ADVAPI32.dll', full
path 'C:\\Windows\\system32\\ADVAPI32.dll' -> parsed name 'advapi32'.
139611 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-runtime-l1-1-0.dll'
139626 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' -> parsed name 'vcruntime140'.
139644 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140_1.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' -> parsed name 'vcruntime140_1'.
139660 DEBUG: QtLibraryInfo(PyQt5): imported library 'WINMM.dll', full path
'C:\\Windows\\system32\\WINMM.dll' -> parsed name 'winmm'.
139675 DEBUG: QtLibraryInfo(PyQt5): imported library 'MPR.dll', full path
'C:\\Windows\\system32\\MPR.dll' -> parsed name 'mpr'.
139693 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-convert-l1-1-0.dll'
139694 DEBUG: QtLibraryInfo(PyQt5): imported library 'MSVCP140.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' -> parsed name 'msvcp140'.
139716 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-filesystem-l1-1-0.dll'
139730 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-heap-l1-1-0.dll'
139745 DEBUG: QtLibraryInfo(PyQt5): imported library 'USER32.dll', full path
'C:\\Windows\\system32\\USER32.dll' -> parsed name 'user32'.
139760 DEBUG: QtLibraryInfo(PyQt5): imported library 'MSVCP140_1.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1
.dll' -> parsed name 'msvcp140_1'.
139760 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-utility-l1-1-0.dll'
139783 DEBUG: QtLibraryInfo(PyQt5): imported library 'VERSION.dll', full
path 'C:\\Windows\\system32\\VERSION.dll' -> parsed name 'version'.
139798 DEBUG: QtLibraryInfo(PyQt5): imported library 'USERENV.dll', full
path 'C:\\Windows\\system32\\USERENV.dll' -> parsed name 'userenv'.
139919 DEBUG: QtLibraryInfo(PyQt5): dependencies for PyQt5.QtCore:
hiddenimports = []
binaries = []
datas =
[('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_ar.q
m', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_bg.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_ca.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_cs.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_da.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_de.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_en.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_es.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_fa.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_fi.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_fr.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_gd.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_gl.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_he.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
ar.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
bg.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
ca.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
cs.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
da.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
de.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
en.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
es.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
fr.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
gl.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
hu.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
it.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
ja.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
ko.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
pl.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
ru.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
sk.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
sl.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
tr.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
uk.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
zh_CN.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_help_
zh_TW.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_hu.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_it.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_ja.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_ko.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_lt.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_lv.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_pl.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_pt.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_ru.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_sk.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_sl.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_sv.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_tr.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_uk.qm
', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_zh_CN
.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qt_zh_TW
.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_a
r.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_b
g.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_c
a.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_c
s.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_d
a.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_d
e.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_e
n.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_e
s.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_f
i.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_f
r.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_g
d.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_h
e.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_h
u.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_i
t.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_j
a.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_k
o.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_l
v.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_p
l.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_r
u.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_s
k.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_t
r.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_u
k.qm', 'PyQt5\\Qt5\\translations'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/translations\\qtbase_z
h_TW.qm', 'PyQt5\\Qt5\\translations')]
139974 INFO: Loading module hook 'hook-PyQt5.QtGui.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
140036 DEBUG: QtLibraryInfo(PyQt5): processing module PyQt5.QtGui...
140151 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' -> parsed name 'vcruntime140'.
140167 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Gui.dll', full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' -> parsed name 'qt5gui'.
140188 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5gui'.
140428 DEBUG: QtLibraryInfo(PyQt5): imported library 'dxgi.dll', full path
'C:\\Windows\\system32\\dxgi.dll' -> parsed name 'dxgi'.
140442 DEBUG: QtLibraryInfo(PyQt5): imported library 'python3.dll', full
path
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
-> parsed name 'python3'.
140463 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-locale-l1-1-0.dll'
140478 DEBUG: QtLibraryInfo(PyQt5): imported library 'ole32.dll', full path
'C:\\Windows\\system32\\ole32.dll' -> parsed name 'ole32'.
140496 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-environment-l1-1-0.dll'
140512 DEBUG: QtLibraryInfo(PyQt5): imported library 'KERNEL32.dll', full
path 'C:\\Windows\\system32\\KERNEL32.dll' -> parsed name 'kernel32'.
140530 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-math-l1-1-0.dll'
140547 DEBUG: QtLibraryInfo(PyQt5): imported library 'GDI32.dll', full path
'C:\\Windows\\system32\\GDI32.dll' -> parsed name 'gdi32'.
140564 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-string-l1-1-0.dll'
140576 DEBUG: QtLibraryInfo(PyQt5): imported library 'd3d11.dll', full path
'C:\\Windows\\system32\\d3d11.dll' -> parsed name 'd3d11'.
140600 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-stdio-l1-1-0.dll'
140622 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-runtime-l1-1-0.dll'
140641 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' -> parsed name 'vcruntime140'.
140641 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140_1.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' -> parsed name 'vcruntime140_1'.
140669 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Core.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' -> parsed name 'qt5core'.
140684 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5core'.
140704 DEBUG: QtLibraryInfo(PyQt5): imported library 'MSVCP140.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' -> parsed name 'msvcp140'.
140720 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-heap-l1-1-0.dll'
140724 DEBUG: QtLibraryInfo(PyQt5): imported library 'USER32.dll', full path
'C:\\Windows\\system32\\USER32.dll' -> parsed name 'user32'.
140755 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-utility-l1-1-0.dll'
140756 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'imageformats':
['D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qgif.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qicns.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qico.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qjpeg.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qsvg.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qtga.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qtiff.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qwbmp.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\\
qwebp.dll']
140788 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'platforms/darwin': []
140805 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'wayland-shell-integration': []
140821 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'accessiblebridge': []
140823 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'iconengines':
['D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\iconengines\\
qsvgicon.dll']
140855 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'wayland-graphics-integration-client': []
140872 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'platforminputcontexts': []
140883 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'platformthemes':
['D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platformtheme
s\\qxdgdesktopportal.dll']
140906 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'wayland-decoration-client': []
140906 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'egldeviceintegrations': []
140930 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'platforms':
['D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qm
inimal.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qof
fscreen.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwe
bgl.dll',
'D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qwi
ndows.dll']
140945 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'xcbglintegrations': []
140967 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'generic':
['D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\generic\\qtui
otouchplugin.dll']
140980 DEBUG: QtLibraryInfo(PyQt5): dependencies for PyQt5.QtGui:
hiddenimports = ['PyQt5.QtCore']
binaries =
[('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats
\\qgif.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qicns.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qico.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qjpeg.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qsvg.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qtga.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qtiff.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qwbmp.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\imageformats\
\qwebp.dll', 'PyQt5\\Qt5\\plugins\\imageformats'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\iconengines\\
qsvgicon.dll', 'PyQt5\\Qt5\\plugins\\iconengines'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platformtheme
s\\qxdgdesktopportal.dll', 'PyQt5\\Qt5\\plugins\\platformthemes'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qm
inimal.dll', 'PyQt5\\Qt5\\plugins\\platforms'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qo
ffscreen.dll', 'PyQt5\\Qt5\\plugins\\platforms'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qw
ebgl.dll', 'PyQt5\\Qt5\\plugins\\platforms'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\platforms\\qw
indows.dll', 'PyQt5\\Qt5\\plugins\\platforms'),
('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\generic\\qtui
otouchplugin.dll', 'PyQt5\\Qt5\\plugins\\generic')]
datas = []
141003 INFO: Loading module hook 'hook-PyQt5.QtWidgets.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
141041 DEBUG: QtLibraryInfo(PyQt5): processing module PyQt5.QtWidgets...
141169 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' -> parsed name 'vcruntime140'.
141198 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Gui.dll', full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' -> parsed name 'qt5gui'.
141208 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5gui'.
141243 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-runtime-l1-1-0.dll'
141243 DEBUG: QtLibraryInfo(PyQt5): imported library 'python3.dll', full
path
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
-> parsed name 'python3'.
141267 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Core.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' -> parsed name 'qt5core'.
141290 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5core'.
141290 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Widgets.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll' -> parsed name 'qt5widgets'.
141314 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5widgets'.
142091 DEBUG: QtLibraryInfo(PyQt5): imported library 'KERNEL32.dll', full
path 'C:\\Windows\\system32\\KERNEL32.dll' -> parsed name 'kernel32'.
142124 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-math-l1-1-0.dll'
142142 DEBUG: QtLibraryInfo(PyQt5): imported library 'SHELL32.dll', full
path 'C:\\Windows\\system32\\SHELL32.dll' -> parsed name 'shell32'.
142159 DEBUG: QtLibraryInfo(PyQt5): imported library 'GDI32.dll', full path
'C:\\Windows\\system32\\GDI32.dll' -> parsed name 'gdi32'.
142178 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-string-l1-1-0.dll'
142190 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' -> parsed name 'vcruntime140'.
142212 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-runtime-l1-1-0.dll'
142228 DEBUG: QtLibraryInfo(PyQt5): imported library 'VCRUNTIME140_1.dll',
full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' -> parsed name 'vcruntime140_1'.
142246 DEBUG: QtLibraryInfo(PyQt5): imported library 'dwmapi.dll', full path
'C:\\Windows\\system32\\dwmapi.dll' -> parsed name 'dwmapi'.
142277 DEBUG: QtLibraryInfo(PyQt5): imported library 'UxTheme.dll', full
path 'C:\\Windows\\system32\\UxTheme.dll' -> parsed name 'uxtheme'.
142292 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Core.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' -> parsed name 'qt5core'.
142296 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5core'.
142328 DEBUG: QtLibraryInfo(PyQt5): imported library 'MSVCP140.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' -> parsed name 'msvcp140'.
142344 DEBUG: QtLibraryInfo(PyQt5): ignoring unresolved library import
'api-ms-win-crt-heap-l1-1-0.dll'
142363 DEBUG: QtLibraryInfo(PyQt5): imported library 'USER32.dll', full path
'C:\\Windows\\system32\\USER32.dll' -> parsed name 'user32'.
142378 DEBUG: QtLibraryInfo(PyQt5): imported library 'MSVCP140_1.dll', full
path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1
.dll' -> parsed name 'msvcp140_1'.
142400 DEBUG: QtLibraryInfo(PyQt5): imported library 'Qt5Gui.dll', full path
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' -> parsed name 'qt5gui'.
142412 DEBUG: QtLibraryInfo(PyQt5): collecting Qt module associated with
'qt5gui'.
142430 DEBUG: QtLibraryInfo(PyQt5): imported library 'ole32.dll', full path
'C:\\Windows\\system32\\ole32.dll' -> parsed name 'ole32'.
142452 DEBUG: QtLibraryInfo(PyQt5): found plugin files for plugin type
'styles':
['D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\styles\\qwind
owsvistastyle.dll']
142467 DEBUG: QtLibraryInfo(PyQt5): dependencies for PyQt5.QtWidgets:
hiddenimports = ['PyQt5.QtCore', 'PyQt5.QtGui']
binaries =
[('D:/work/Python/cfepy310/lib/site-packages/PyQt5/Qt5/plugins\\styles\\qwin
dowsvistastyle.dll', 'PyQt5\\Qt5\\plugins\\styles')]
datas = []
142526 INFO: Loading module hook 'hook-setuptools.msvc.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
143858 INFO: Loading module hook 'hook-docutils.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
143976 DEBUG: Collecting submodules for docutils.languages
145091 DEBUG: collect_submodules - found submodules: ['docutils.languages',
'docutils.languages.af', 'docutils.languages.ar', 'docutils.languages.ca',
'docutils.languages.cs', 'docutils.languages.da', 'docutils.languages.de',
'docutils.languages.en', 'docutils.languages.eo', 'docutils.languages.es',
'docutils.languages.fa', 'docutils.languages.fi', 'docutils.languages.fr',
'docutils.languages.gl', 'docutils.languages.he', 'docutils.languages.it',
'docutils.languages.ja', 'docutils.languages.ko', 'docutils.languages.lt',
'docutils.languages.lv', 'docutils.languages.nl', 'docutils.languages.pl',
'docutils.languages.pt_br', 'docutils.languages.ru',
'docutils.languages.sk', 'docutils.languages.sv',
'docutils.languages.zh_cn', 'docutils.languages.zh_tw']
145113 DEBUG: Collecting submodules for docutils.writers
148193 DEBUG: collect_submodules - found submodules: ['docutils.writers',
'docutils.writers._html_base', 'docutils.writers.docutils_xml',
'docutils.writers.html4css1', 'docutils.writers.html5_polyglot',
'docutils.writers.latex2e', 'docutils.writers.manpage',
'docutils.writers.null', 'docutils.writers.odf_odt',
'docutils.writers.odf_odt.pygmentsformatter', 'docutils.writers.pep_html',
'docutils.writers.pseudoxml', 'docutils.writers.s5_html',
'docutils.writers.xetex']
148212 DEBUG: Collecting submodules for docutils.parsers.rst.languages
148781 DEBUG: collect_submodules - found submodules:
['docutils.parsers.rst.languages', 'docutils.parsers.rst.languages.af',
'docutils.parsers.rst.languages.ar', 'docutils.parsers.rst.languages.ca',
'docutils.parsers.rst.languages.cs', 'docutils.parsers.rst.languages.da',
'docutils.parsers.rst.languages.de', 'docutils.parsers.rst.languages.en',
'docutils.parsers.rst.languages.eo', 'docutils.parsers.rst.languages.es',
'docutils.parsers.rst.languages.fa', 'docutils.parsers.rst.languages.fi',
'docutils.parsers.rst.languages.fr', 'docutils.parsers.rst.languages.gl',
'docutils.parsers.rst.languages.he', 'docutils.parsers.rst.languages.it',
'docutils.parsers.rst.languages.ja', 'docutils.parsers.rst.languages.ko',
'docutils.parsers.rst.languages.lt', 'docutils.parsers.rst.languages.lv',
'docutils.parsers.rst.languages.nl', 'docutils.parsers.rst.languages.pl',
'docutils.parsers.rst.languages.pt_br', 'docutils.parsers.rst.languages.ru',
'docutils.parsers.rst.languages.sk', 'docutils.parsers.rst.languages.sv',
'docutils.parsers.rst.languages.zh_cn',
'docutils.parsers.rst.languages.zh_tw']
148800 DEBUG: Collecting submodules for docutils.parsers.rst.directives
149365 DEBUG: collect_submodules - found submodules:
['docutils.parsers.rst.directives',
'docutils.parsers.rst.directives.admonitions',
'docutils.parsers.rst.directives.body',
'docutils.parsers.rst.directives.html',
'docutils.parsers.rst.directives.images',
'docutils.parsers.rst.directives.misc',
'docutils.parsers.rst.directives.parts',
'docutils.parsers.rst.directives.references',
'docutils.parsers.rst.directives.tables']
149396 DEBUG: Collecting data files for docutils
149779 DEBUG: collect_data_files - Found files:
[('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_htm
l\\themes\\big-white\\pretty.css',
'docutils\\writers\\s5_html\\themes\\big-white'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\medium-black\\pretty.css',
'docutils\\writers\\s5_html\\themes\\medium-black'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\mmlextra-wide.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html5_p
olyglot\\plain.css', 'docutils\\writers\\html5_polyglot'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isobox.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\big-white\\framing.css',
'docutils\\writers\\s5_html\\themes\\big-white'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\medium-white\\pretty.css',
'docutils\\writers\\s5_html\\themes\\medium-white'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\framing.css',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\pep_htm
l\\pep.css', 'docutils\\writers\\pep_html'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isoamsc.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\small-black\\__base__',
'docutils\\writers\\s5_html\\themes\\small-black'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html5_p
olyglot\\template.txt', 'docutils\\writers\\html5_polyglot'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isoamsa.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\latex2e
\\titlepage.tex', 'docutils\\writers\\latex2e'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\big-black\\__base__',
'docutils\\writers\\s5_html\\themes\\big-black'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isoamsr.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html4cs
s1\\template.txt', 'docutils\\writers\\html4css1'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\mmlalias.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\medium-white\\framing.css',
'docutils\\writers\\s5_html\\themes\\medium-white'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\pep_htm
l\\template.txt', 'docutils\\writers\\pep_html'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\README.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\s5-core.css',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isomfrk.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isocyr2.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\latex2e
\\default.tex', 'docutils\\writers\\latex2e'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isopub.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\latex2e
\\docutils.sty', 'docutils\\writers\\latex2e'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\slides.js',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\README.txt', 'docutils\\writers\\s5_html\\themes'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isotech.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\xhtml1-special.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isomopf-wide.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isomscr-wide.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isoamso.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\slides.css',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isolat2.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\xhtml1-lat1.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isogrk1.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html4cs
s1\\html4css1.css', 'docutils\\writers\\html4css1'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isolat1.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isocyr1.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html5_p
olyglot\\responsive.css', 'docutils\\writers\\html5_polyglot'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\opera.css',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html5_p
olyglot\\tuftig.css', 'docutils\\writers\\html5_polyglot'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\small-black\\pretty.css',
'docutils\\writers\\s5_html\\themes\\small-black'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\outline.css',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\big-black\\pretty.css',
'docutils\\writers\\s5_html\\themes\\big-black'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\small-white\\pretty.css',
'docutils\\writers\\s5_html\\themes\\small-white'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\mmlextra.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\xhtml1-symbol.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\latex2e
\\titlingpage.tex', 'docutils\\writers\\latex2e'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\s5defs.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\medium-black\\__base__',
'docutils\\writers\\s5_html\\themes\\medium-black'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isogrk4-wide.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\big-black\\framing.css',
'docutils\\writers\\s5_html\\themes\\big-black'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isomopf.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isogrk4.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html5_p
olyglot\\math.css', 'docutils\\writers\\html5_polyglot'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isogrk2.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isoamsb.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\pretty.css',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\html5_p
olyglot\\minimal.css', 'docutils\\writers\\html5_polyglot'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isomfrk-wide.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isonum.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\odf_odt
\\styles.odt', 'docutils\\writers\\odf_odt'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isomscr.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isoamsn.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isodia.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\parsers\\rst\\in
clude\\isogrk3.txt', 'docutils\\parsers\\rst\\include'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\default\\print.css',
'docutils\\writers\\s5_html\\themes\\default'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\latex2e
\\xelatex.tex', 'docutils\\writers\\latex2e'),
('D:\\work\\Python\\cfepy310\\lib\\site-packages\\docutils\\writers\\s5_html
\\themes\\small-white\\framing.css',
'docutils\\writers\\s5_html\\themes\\small-white')]
151129 INFO: Loading module hook 'hook-_tkinter.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks'...
151324 INFO: checking Tree
151372 INFO: Building Tree because Tree-00.toc is non existent
151396 INFO: Building Tree Tree-00.toc
151484 INFO: checking Tree
151508 INFO: Building Tree because Tree-01.toc is non existent
151531 INFO: Building Tree Tree-01.toc
151555 INFO: checking Tree
151575 INFO: Building Tree because Tree-02.toc is non existent
151598 INFO: Building Tree Tree-02.toc
154246 INFO: Loading module hook 'hook-lxml.objectify.py' from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\stdhooks'...
162380 INFO: Looking for ctypes DLLs
162440 DEBUG: Scanning psutil._common for ctypes-based references to shared
libraries
162473 DEBUG: Scanning psutil._pslinux for ctypes-based references to shared
libraries
162499 DEBUG: Scanning colorama.win32 for ctypes-based references to shared
libraries
162521 DEBUG: Scanning pyreadline3.clipboard.win32_clipboard for
ctypes-based references to shared libraries
162544 DEBUG: Scanning pyreadline3.keysyms.keysyms for ctypes-based
references to shared libraries
162564 DEBUG: Scanning pyreadline3.console.console for ctypes-based
references to shared libraries
162589 DEBUG: Scanning multiprocessing.sharedctypes for ctypes-based
references to shared libraries
162610 DEBUG: Scanning packaging._manylinux for ctypes-based references to
shared libraries
162630 DEBUG: Scanning setuptools._vendor.packaging._manylinux for
ctypes-based references to shared libraries
162652 DEBUG: Scanning setuptools.windows_support for ctypes-based
references to shared libraries
162669 DEBUG: Scanning Crypto.Util._raw_api for ctypes-based references to
shared libraries
162690 DEBUG: Scanning dateutil.tz.win for ctypes-based references to shared
libraries
162715 DEBUG: Scanning pkg_resources._vendor.packaging._manylinux for
ctypes-based references to shared libraries
162734 DEBUG: Scanning pkg_resources._vendor.platformdirs.windows for
ctypes-based references to shared libraries
162762 INFO: Analyzing run-time hooks ...
162786 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth_inspect.py'
162834 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\rthooks\\pyi_rth_pywintypes.py'
162872 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth_pkgutil.py'
162896 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth_win32comgenpy.py'
162932 INFO: Processing pre-find module path hook _pyi_rth_utils from
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\pre_fin
d_module_path\\hook-_pyi_rth_utils.py'.
162996 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_pyinstaller_hooks_contrib\
\hooks\\rthooks\\pyi_rth_pythoncom.py'
163020 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth_multiprocessing.py'
163046 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth_setuptools.py'
163074 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth_pkgres.py'
163100 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth__tkinter.py'
163136 INFO: Including run-time hook
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks
\\pyi_rth_pyqt5.py'
163196 DEBUG: Module collection settings: {}
196413 INFO: Looking for dynamic libraries
205384 INFO: Extra DLL search directories (AddDllDirectory):
['D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin']
205424 INFO: Extra DLL search directories (PATH):
['D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin']
205447 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
205615 DEBUG: Processing dependency, name:
'api-ms-win-crt-conio-l1-1-0.dll', resolved path: None
205637 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
205661 DEBUG: Processing dependency, name: 'VERSION.dll', resolved path:
'C:\\Windows\\system32\\VERSION.dll'
205682 DEBUG: Skipping dependency 'C:\\Windows\\system32\\VERSION.dll' due
to global exclusion rules.
205705 DEBUG: Processing dependency, name:
'api-ms-win-crt-process-l1-1-0.dll', resolved path: None
205725 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
205750 DEBUG: Processing dependency, name:
'api-ms-win-crt-locale-l1-1-0.dll', resolved path: None
205772 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
205789 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
205810 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
205830 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
205857 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
205873 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
205896 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
205922 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' as 'VCRUNTIME140.dll'.
205945 DEBUG: Processing dependency, name:
'api-ms-win-core-path-l1-1-0.dll', resolved path: None
205962 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
205983 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
206004 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
206031 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
206048 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
206069 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
206096 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
206112 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\Lib\\site-packages\\pywin32_system32\\pywintype
s310.dll'
206221 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
206254 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
206279 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' as 'python310.dll'.
206303 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
206319 DEBUG: Processing dependency, name: 'OLEAUT32.dll', resolved path:
'C:\\Windows\\system32\\OLEAUT32.dll'
206341 DEBUG: Skipping dependency 'C:\\Windows\\system32\\OLEAUT32.dll' due
to global exclusion rules.
206361 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
206389 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
206421 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
206445 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
206468 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
206491 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
206508 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
206536 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
206556 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
206580 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
206598 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
206625 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
206648 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
206671 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
206695 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\Lib\\site-packages\\pywin32_system32\\pythoncom
310.dll'
206991 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
207017 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
207038 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
207066 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
207089 DEBUG: Processing dependency, name: 'pywintypes310.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\Lib\\site-packages\\pywin32_system32\\pywintype
s310.dll'
207107 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\Lib\\site-packages\\pywin32_system32\\pywintype
s310.dll' as 'pywin32_system32\\pywintypes310.dll'.
207134 DEBUG: Processing dependency, name: 'OLEAUT32.dll', resolved path:
'C:\\Windows\\system32\\OLEAUT32.dll'
207159 DEBUG: Skipping dependency 'C:\\Windows\\system32\\OLEAUT32.dll' due
to global exclusion rules.
207185 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
207202 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
207230 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
207254 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
207278 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
207296 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
207324 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
207341 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
207370 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
207390 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
207408 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
207431 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_ghash_clmul.
pyd'
207460 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
207488 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
207513 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
207531 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
207560 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
207578 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_SHA384.pyd'
207718 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
207772 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
207801 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
207831 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
207855 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
207880 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\PublicKey\\_ed448.p
yd'
207989 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
208036 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
208055 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
208079 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
208100 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
208130 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_blowfi
sh.pyd'
208161 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
208190 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
208214 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
208239 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
208264 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
208289 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_cast.p
yd'
208315 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
208345 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
208374 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
208399 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
208424 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
208443 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_ofb.py
d'
208469 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
208495 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
208521 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
208540 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
208569 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
208591 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_ghash_portab
le.pyd'
208619 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
208641 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
208671 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
208696 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
208721 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
208747 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\PublicKey\\_x25519.
pyd'
208777 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
208802 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
208827 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
208853 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
208879 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
208904 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2b.pyd'
208927 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
208953 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
208972 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
208994 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
209018 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
209048 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_SHA256.pyd'
209079 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
209104 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
209123 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
209146 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
209177 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
209203 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_des.py
d'
209354 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
209413 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
209434 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
209457 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
209489 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
209520 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_chacha20.p
yd'
209546 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
209571 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
209589 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
209620 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
209646 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
209665 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_keccak.pyd'
209695 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
209718 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
209748 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
209774 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
209800 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
209826 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_eksblo
wfish.pyd'
209852 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
209876 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
209906 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
209932 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
209952 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
209982 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_MD4.pyd'
210005 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
210032 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
210059 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
210085 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
210109 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
210129 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Protocol\\_scrypt.p
yd'
210164 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
210191 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
210217 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
210237 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
210269 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
210289 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_ecb.py
d'
210316 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
210337 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
210368 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
210388 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
210411 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
210436 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_aes.py
d'
210495 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
210515 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
210538 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
210572 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
210607 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
210626 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_RIPEMD160.py
d'
210660 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
210686 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
210712 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
210739 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
210765 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
210792 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_ctr.py
d'
210819 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
210850 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
210870 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
210901 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
210927 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
210954 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_SHA1.pyd'
210981 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
211010 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
211037 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
211057 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
211083 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
211114 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\PublicKey\\_ec_ws.p
yd'
211350 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
211407 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
211439 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
211467 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
211494 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
211521 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2s.pyd'
211550 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
211576 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
211609 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
211638 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
211666 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
211685 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Util\\_strxor.pyd'
211719 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
211750 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
211771 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
211803 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
211831 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
211862 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Util\\_cpuid_c.pyd'
211896 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
211916 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
211944 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
211974 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
211995 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
212028 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_cbc.py
d'
212051 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
212080 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
212107 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
212129 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
212161 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
212190 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_arc2.p
yd'
212214 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
212237 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
212269 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
212295 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
212324 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
212345 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_ocb.py
d'
212381 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
212407 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
212435 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
212462 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
212483 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
212512 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_Salsa20.py
d'
212546 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
212586 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
212617 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
212645 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
212673 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
212715 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_MD2.pyd'
212742 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
212765 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
212790 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
212825 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
212856 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
212889 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_cfb.py
d'
212913 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
212943 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
212971 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
212992 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
213018 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
213044 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_ARC4.pyd'
213081 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
213109 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
213131 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
213162 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
213193 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
213222 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_SHA224.pyd'
213248 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
213277 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
213305 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
213334 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
213362 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
213391 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_MD5.pyd'
213419 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
213450 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
213471 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
213505 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
213534 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
213562 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_pkcs1_deco
de.pyd'
213589 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
213619 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
213640 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
213668 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
213703 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
213732 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_poly1305.pyd
'
213763 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
213787 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
213821 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
213850 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
213880 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
213908 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_aesni.
pyd'
213938 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
213964 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
213999 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
214027 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
214057 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
214079 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Hash\\_SHA512.pyd'
214618 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
214675 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
214714 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
214744 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
214773 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
214802 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\PublicKey\\_ed25519
.pyd'
214880 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
214920 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
214956 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
214985 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
215007 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
215043 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Cipher\\_raw_des3.p
yd'
215116 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
215168 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
215198 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
215231 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
215254 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
215290 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Crypto\\Math\\_modexp.pyd'
215342 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
215367 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
215398 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
215428 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
215458 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
215479 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\styles
\\qwindowsvistastyle.dll'
215613 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
215656 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' as 'PyQt5\\Qt5\\bin\\Qt5Gui.dll'.
215692 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
215714 DEBUG: Processing dependency, name: 'UxTheme.dll', resolved path:
'C:\\Windows\\system32\\UxTheme.dll'
215749 DEBUG: Skipping dependency 'C:\\Windows\\system32\\UxTheme.dll' due
to global exclusion rules.
215780 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
215809 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' as 'PyQt5\\Qt5\\bin\\Qt5Core.dll'.
215840 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
215863 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
215898 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
215920 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
215956 DEBUG: Processing dependency, name: 'Qt5Widgets.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll'
215987 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll' as 'PyQt5\\Qt5\\bin\\Qt5Widgets.dll'.
216009 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
216045 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
216076 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
_1.dll'
216107 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
_1.dll' as 'VCRUNTIME140_1.dll'.
216138 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
216160 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
216198 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
216221 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\platfo
rms\\qminimal.dll'
216300 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
216327 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
216362 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
216387 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
216425 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
216455 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
216486 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
216516 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
216549 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
216579 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
216611 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
216635 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
216672 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
216696 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
216732 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
216762 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
216799 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
216830 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
216861 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
216892 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
216924 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
216948 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
216983 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qtiff.dll'
217049 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
217073 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
217109 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
217141 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
217172 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
217197 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
217233 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
217264 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
217288 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
217317 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
217354 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
217385 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
217414 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
217442 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
217478 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
217500 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
217537 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\generi
c\\qtuiotouchplugin.dll'
217728 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
217775 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
217805 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
217834 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
217863 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
217900 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
217931 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
217963 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
217994 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
218025 DEBUG: Processing dependency, name: 'Qt5Network.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll'
218057 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll' as 'PyQt5\\Qt5\\bin\\Qt5Network.dll'.
218081 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
218117 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\iconen
gines\\qsvgicon.dll'
218184 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
218213 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
218247 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
218279 DEBUG: Processing dependency, name: 'Qt5Svg.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll
'
218304 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll
' as 'PyQt5\\Qt5\\bin\\Qt5Svg.dll'.
218333 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
218372 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
218418 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
218455 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
218486 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
218518 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
218542 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
218572 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qjpeg.dll'
218778 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
218828 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
218862 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
218887 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
218917 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
218954 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
218985 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
219018 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
219049 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
219085 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
219109 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
219148 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
219177 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
219216 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
219240 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qsvg.dll'
219286 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
219311 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
219349 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
219380 DEBUG: Processing dependency, name: 'Qt5Svg.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll
'
219413 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll
' due to prior processing.
219450 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
219485 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
219510 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
219549 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
219580 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
219613 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
219639 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
219677 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qtga.dll'
219710 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
219741 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
219779 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
219811 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
219844 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
219875 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
219909 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
219935 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
219973 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
220019 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
220049 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
220086 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qwebp.dll'
220168 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
220210 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
220238 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
220277 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
220309 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
220338 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
220369 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
220399 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
220436 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
220462 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
220499 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
220532 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
220563 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\platfo
rmthemes\\qxdgdesktopportal.dll'
220653 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
220710 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
220738 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
220776 DEBUG: Processing dependency, name: 'Qt5DBus.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dl
l'
220801 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dl
l' as 'PyQt5\\Qt5\\bin\\Qt5DBus.dll'.
220841 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
220867 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
220898 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
220937 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
220968 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
221002 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
221033 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
221061 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\platfo
rms\\qwindows.dll'
221263 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
221311 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
221338 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
221378 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
221419 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
221451 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
221477 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
221507 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
221539 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
221578 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
221609 DEBUG: Processing dependency, name: 'WINMM.dll', resolved path:
'C:\\Windows\\system32\\WINMM.dll'
221643 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WINMM.dll' due to
global exclusion rules.
221674 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
221711 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
221745 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' as 'PyQt5\\Qt5\\bin\\MSVCP140.dll'.
221772 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
_1.dll'
221811 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
_1.dll' due to prior processing.
221838 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
221869 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
221903 DEBUG: Processing dependency, name: 'OLEAUT32.dll', resolved path:
'C:\\Windows\\system32\\OLEAUT32.dll'
221942 DEBUG: Skipping dependency 'C:\\Windows\\system32\\OLEAUT32.dll' due
to global exclusion rules.
221973 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
222009 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
222040 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
222066 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
222106 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
222133 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
222174 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
222207 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
222248 DEBUG: Processing dependency, name: 'dwmapi.dll', resolved path:
'C:\\Windows\\system32\\dwmapi.dll'
222282 DEBUG: Skipping dependency 'C:\\Windows\\system32\\dwmapi.dll' due to
global exclusion rules.
222313 DEBUG: Processing dependency, name: 'WTSAPI32.dll', resolved path:
'C:\\Windows\\system32\\WTSAPI32.dll'
222347 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WTSAPI32.dll' due
to global exclusion rules.
222375 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
222414 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
222445 DEBUG: Processing dependency, name: 'IMM32.dll', resolved path:
'C:\\Windows\\system32\\IMM32.dll'
222481 DEBUG: Skipping dependency 'C:\\Windows\\system32\\IMM32.dll' due to
global exclusion rules.
222512 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
222541 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qwbmp.dll'
222580 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
222621 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
222649 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
222687 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
222713 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
222754 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
222785 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
222813 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
222853 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
222884 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
222920 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\platfo
rms\\qwebgl.dll'
223226 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
223260 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
223288 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
223320 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
223352 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
223383 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
223423 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
223450 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
223489 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
223521 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
223548 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
223582 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
223613 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
223653 DEBUG: Processing dependency, name: 'Qt5Quick.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.d
ll'
223686 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.d
ll' as 'PyQt5\\Qt5\\bin\\Qt5Quick.dll'.
223719 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
223747 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
223779 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
223812 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
223852 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
223884 DEBUG: Processing dependency, name: 'Qt5WebSockets.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSock
ets.dll'
223920 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSock
ets.dll' as 'PyQt5\\Qt5\\bin\\Qt5WebSockets.dll'.
223953 DEBUG: Processing dependency, name: 'Qt5Network.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll'
223982 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll' due to prior processing.
224023 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
224056 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
224097 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
224125 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qicns.dll'
224166 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
224207 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
224238 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
224273 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
224307 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
224340 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
224373 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
224408 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
224435 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
224475 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
224507 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
224542 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qgif.dll'
224577 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
224605 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
224638 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
224677 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
224706 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
224746 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
224779 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
224813 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
224848 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
224886 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
224920 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
224953 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\platfo
rms\\qoffscreen.dll'
225133 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
225195 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
225232 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
225260 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
225299 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
225328 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
225367 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
225395 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
225436 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
225469 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
225506 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
225535 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
225573 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
225602 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
225642 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
225677 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
225705 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\plugins\\imagef
ormats\\qico.dll'
225758 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
225792 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
225825 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
225854 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
225893 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
225921 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
225957 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
225996 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
226031 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
226061 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
226100 DEBUG: Analyzing binary
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\d3dcompile
r_47.dll'
226411 DEBUG: Processing dependency, name: 'RPCRT4.dll', resolved path:
'C:\\Windows\\system32\\RPCRT4.dll'
226459 DEBUG: Skipping dependency 'C:\\Windows\\system32\\RPCRT4.dll' due to
global exclusion rules.
226493 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
226532 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
226567 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
226597 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
226636 DEBUG: Processing dependency, name: 'msvcrt.dll', resolved path:
'C:\\Windows\\system32\\msvcrt.dll'
226670 DEBUG: Skipping dependency 'C:\\Windows\\system32\\msvcrt.dll' due to
global exclusion rules.
226705 DEBUG: Analyzing binary
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libEGL.dll
'
226746 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
226783 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
226815 DEBUG: Collecting dependency
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' as 'PyQt5\\Qt5\\bin\\VCRUNTIME140.dll'.
226849 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
226882 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
226917 DEBUG: Processing dependency, name: 'libGLESv2.dll', resolved path:
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.
dll'
226956 DEBUG: Collecting dependency
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.
dll' as 'PyQt5\\Qt5\\bin\\libGLESv2.dll'.
226991 DEBUG: Analyzing binary
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.
dll'
227328 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
227397 DEBUG: Skipping dependency
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
227437 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
227467 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
227503 DEBUG: Skipping dependency
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
227537 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
227576 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
227611 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
227646 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
227676 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
227715 DEBUG: Collecting dependency
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' as 'PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll'.
227751 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
227785 DEBUG: Processing dependency, name: 'd3d9.dll', resolved path:
'C:\\Windows\\system32\\d3d9.dll'
227821 DEBUG: Skipping dependency 'C:\\Windows\\system32\\d3d9.dll' due to
global exclusion rules.
227856 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
227886 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
227922 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
227964 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
228006 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
228042 DEBUG: Analyzing binary
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\opengl32sw
.dll'
228785 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
228850 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
228884 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
228920 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
228958 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
228989 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
229028 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
229059 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
229098 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
229134 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
229168 DEBUG: Processing dependency, name: 'imagehlp.dll', resolved path:
'C:\\Windows\\system32\\imagehlp.dll'
229205 DEBUG: Skipping dependency 'C:\\Windows\\system32\\imagehlp.dll' due
to global exclusion rules.
229240 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_lzma.
pyd'
229277 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
229306 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
229346 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
229382 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
229427 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
229457 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
229498 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
229532 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
229566 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_bz2.p
yd'
229606 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
229645 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
229676 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
229710 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
229751 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
229786 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
229822 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
229858 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
229889 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
229925 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_decim
al.pyd'
229971 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
230013 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
230048 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
230092 DEBUG: Processing dependency, name:
'api-ms-win-crt-locale-l1-1-0.dll', resolved path: None
230122 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
230162 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
230197 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
230235 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
230271 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
230302 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
230342 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
230377 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
230418 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
230449 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_hashl
ib.pyd'
230493 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
230530 DEBUG: Processing dependency, name: 'libcrypto-1_1.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libcry
pto-1_1.dll'
230563 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libcry
pto-1_1.dll' as 'libcrypto-1_1.dll'.
230602 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
230635 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
230676 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
230713 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
230751 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
230785 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
230830 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
230872 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\markupsafe\\_speedups.cp310
-win_amd64.pyd'
230962 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
230996 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
231029 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
231070 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
231113 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
231147 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
231191 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
231230 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\select
.pyd'
231267 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
231300 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
231335 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
231374 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
231407 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
231446 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
231484 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
231520 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
231559 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
231596 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_overl
apped.pyd'
231661 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
231696 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
231736 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
231776 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
231807 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
231846 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
231880 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
231921 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
231958 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
231992 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
232037 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_ssl.p
yd'
232081 DEBUG: Processing dependency, name: 'libssl-1_1.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libssl
-1_1.dll'
232115 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libssl
-1_1.dll' as 'libssl-1_1.dll'.
232159 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
232198 DEBUG: Processing dependency, name: 'libcrypto-1_1.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libcry
pto-1_1.dll'
232238 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libcry
pto-1_1.dll' due to prior processing.
232279 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
232315 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
232350 DEBUG: Processing dependency, name: 'CRYPT32.dll', resolved path:
'C:\\Windows\\system32\\CRYPT32.dll'
232388 DEBUG: Skipping dependency 'C:\\Windows\\system32\\CRYPT32.dll' due
to global exclusion rules.
232425 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
232463 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
232502 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
232547 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
232584 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
232627 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
232670 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
232710 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
232749 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_queue
.pyd'
232825 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
232861 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
232895 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
232933 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
232973 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
233011 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
233049 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
233088 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_ctype
s.pyd'
233135 DEBUG: Processing dependency, name: 'libffi-7.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libffi
-7.dll'
233178 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libffi
-7.dll' as 'libffi-7.dll'.
233217 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
233255 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
233291 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
233332 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
233375 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
233415 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
233449 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
233487 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
233532 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
233566 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
233611 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
233650 DEBUG: Processing dependency, name: 'OLEAUT32.dll', resolved path:
'C:\\Windows\\system32\\OLEAUT32.dll'
233681 DEBUG: Skipping dependency 'C:\\Windows\\system32\\OLEAUT32.dll' due
to global exclusion rules.
233729 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_multi
processing.pyd'
233818 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
233878 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
233914 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
233953 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
233993 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
234033 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
234072 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
234117 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
234160 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
234200 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\pyexpa
t.pyd'
234249 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
234291 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
234323 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
234367 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
234408 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
234449 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
234484 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
234520 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
234567 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
234601 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
234648 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
234680 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
234729 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_async
io.pyd'
234770 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
234816 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
234849 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
234897 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
234930 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
234977 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
235018 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
235059 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\win32\\win32evtlog.pyd'
235108 DEBUG: Processing dependency, name: 'pywintypes310.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll'
235147 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll' due to prior processing.
235191 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
235233 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
235271 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
235315 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
235351 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
235396 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
235435 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
235478 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
235518 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
235568 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
235601 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
235640 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\win32\\win32api.pyd'
235687 DEBUG: Processing dependency, name: 'pywintypes310.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll'
235731 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll' due to prior processing.
235779 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
235818 DEBUG: Processing dependency, name: 'VERSION.dll', resolved path:
'C:\\Windows\\system32\\VERSION.dll'
235852 DEBUG: Skipping dependency 'C:\\Windows\\system32\\VERSION.dll' due
to global exclusion rules.
235900 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
235939 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
235983 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
236018 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
236067 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
236106 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
236142 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
236186 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
236236 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
236283 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
236326 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
236368 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
236402 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
236449 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
236486 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
236532 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\unicod
edata.pyd'
236574 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
236609 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
236649 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
236689 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
236730 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
236779 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
236819 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
236863 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
236903 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
236953 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\_imagingft.cp310-win_a
md64.pyd'
237100 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
237161 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
237208 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
237253 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
237296 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
237331 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
237379 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll' as
'PIL\\VCRUNTIME140.dll'.
237420 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140_1.dll'
237465 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140_1.dll' as
'PIL\\VCRUNTIME140_1.dll'.
237503 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
237549 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
237587 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
237624 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
237666 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
237707 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
237754 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
237798 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\_webp.cp310-win_amd64.
pyd'
237845 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
237881 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
237929 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
237971 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
238014 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
238054 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll' due
to prior processing.
238098 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
238137 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
238185 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
238221 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
238271 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
238314 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\_imagingtk.cp310-win_a
md64.pyd'
238562 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
238634 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
238680 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
238721 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
238771 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
238806 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll' due
to prior processing.
238855 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
238898 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
238938 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
238984 DEBUG: Processing dependency, name: 'PSAPI.DLL', resolved path:
'C:\\Windows\\system32\\PSAPI.DLL'
239019 DEBUG: Skipping dependency 'C:\\Windows\\system32\\PSAPI.DLL' due to
global exclusion rules.
239069 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
239105 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\_cffi_backend.cp310-win_amd
64.pyd'
239155 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
239197 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
239248 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
239289 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
239335 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
239377 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
239422 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
239458 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
239517 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
239556 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
239592 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
239633 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
239684 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
239722 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
239770 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\_imaging.cp310-win_amd
64.pyd'
239844 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
239879 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
239922 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
239964 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
240015 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\MSVCP140.dll'
240056 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\MSVCP140.dll' as
'PIL\\MSVCP140.dll'.
240106 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
240141 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
240190 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll' due
to prior processing.
240234 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140_1.dll'
240273 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140_1.dll'
due to prior processing.
240314 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
240366 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
240406 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
240444 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
240490 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
240536 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
240577 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
240623 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
240659 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
240707 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
240743 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
240790 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\_imagingcms.cp310-win_
amd64.pyd'
240839 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
240889 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
240926 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
240974 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
241010 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll' due
to prior processing.
241057 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
241103 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
241144 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
241191 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
241236 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
241274 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
241314 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
241367 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
241407 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
241446 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
241491 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
241531 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
241585 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_eleme
nttree.pyd'
241629 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
241674 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
241722 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
241763 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
241801 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
241852 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
241891 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
241941 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
241982 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\win32\\win32trace.pyd'
242342 DEBUG: Processing dependency, name: 'pywintypes310.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll'
242396 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll' due to prior processing.
242442 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
242487 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
242524 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
242575 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
242623 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
242674 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
242715 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
242759 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
242805 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
242847 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
242892 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Pythonwin\\win32ui.pyd'
243040 DEBUG: Processing dependency, name: 'mfc140u.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Pythonwin\\mfc140u.dll'
243105 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Pythonwin\\mfc140u.dll' as
'Pythonwin\\mfc140u.dll'.
243153 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
243195 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
243237 DEBUG: Processing dependency, name: 'pywintypes310.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll'
243290 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll' due to prior processing.
243328 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
243376 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
243426 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
243470 DEBUG: Processing dependency, name: 'OLEAUT32.dll', resolved path:
'C:\\Windows\\system32\\OLEAUT32.dll'
243513 DEBUG: Skipping dependency 'C:\\Windows\\system32\\OLEAUT32.dll' due
to global exclusion rules.
243560 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
243607 DEBUG: Processing dependency, name: 'COMCTL32.dll', resolved path:
'C:\\Windows\\system32\\COMCTL32.dll'
243650 DEBUG: Skipping dependency 'C:\\Windows\\system32\\COMCTL32.dll' due
to global exclusion rules.
243689 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
243741 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
243784 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
243827 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
243876 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
243919 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
243960 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
244002 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
244055 DEBUG: Processing dependency, name: 'WINSPOOL.DRV', resolved path:
'C:\\Windows\\system32\\WINSPOOL.DRV'
244104 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WINSPOOL.DRV' due
to global exclusion rules.
244143 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
244189 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
244241 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
244283 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
244327 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\win32\\_win32sysloader.pyd'
244441 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
244492 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
244543 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
244580 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
244627 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
244678 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
244725 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
244763 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\greenlet\\_greenlet.cp310-w
in_amd64.pyd'
244878 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
244944 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
244994 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
245036 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
245078 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
245128 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
245177 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
245214 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\charset_normalizer\\md.cp31
0-win_amd64.pyd'
245306 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
245345 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
245395 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
245441 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
245484 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
245526 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
245571 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
245625 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\etree.cp310-win_amd64
.pyd'
245680 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
245732 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
245778 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
245825 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
245869 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
245912 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
245962 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
246009 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
246047 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
246095 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
246146 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
246194 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
246233 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
246277 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
246323 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
246378 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
246419 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
246467 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
246511 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
246557 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
246611 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\_elementpath.cp310-wi
n_amd64.pyd'
246659 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
246698 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
246743 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
246796 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
246835 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
246885 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
246930 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
246979 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\sax.cp310-win_amd64.p
yd'
247037 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
247079 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
247130 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
247178 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
247229 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
247272 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
247313 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
247358 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\objectify.cp310-win_a
md64.pyd'
247422 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
247463 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
247507 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
247552 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
247600 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
247647 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
247697 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
247747 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
247797 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
247839 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
247892 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
247932 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
247981 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
248022 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
248078 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
248123 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\html\\diff.cp310-win_
amd64.pyd'
248175 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
248219 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
248264 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
248314 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
248362 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
248413 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
248464 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
248512 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\html\\clean.cp310-win
_amd64.pyd'
248560 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
248606 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
248654 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
248696 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
248748 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
248797 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
248837 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
248884 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\lxml\\builder.cp310-win_amd
64.pyd'
248935 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
248982 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
249032 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
249079 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
249132 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
249180 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
249229 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
249268 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_uuid.
pyd'
249367 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
249436 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
249482 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
249531 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
249580 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
249626 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
249675 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
249717 DEBUG: Processing dependency, name: 'RPCRT4.dll', resolved path:
'C:\\Windows\\system32\\RPCRT4.dll'
249780 DEBUG: Skipping dependency 'C:\\Windows\\system32\\RPCRT4.dll' due to
global exclusion rules.
249820 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_tkint
er.pyd'
249906 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
249949 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
249999 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
250049 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
250094 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
250136 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
250199 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
250250 DEBUG: Processing dependency, name: 'tcl86t.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\tcl86t
.dll'
250290 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\tcl86t
.dll' as 'tcl86t.dll'.
250336 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
250383 DEBUG: Processing dependency, name: 'tk86t.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\tk86t.
dll'
250433 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\tk86t.
dll' as 'tk86t.dll'.
250477 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
250533 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\_qpdf.cp310-win_am
d64.pyd'
250695 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\MSVCP140.dll'
250784 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\MSVCP140.dll' as
'pikepdf\\MSVCP140.dll'.
250834 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
250884 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
250927 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
250983 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140_1.dll
'
251034 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140_1.dll
' as 'pikepdf\\VCRUNTIME140_1.dll'.
251084 DEBUG: Processing dependency, name: 'qpdf29.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\qpdf29.dll'
251134 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\qpdf29.dll' as
'pikepdf\\qpdf29.dll'.
251183 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
251234 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
as 'pikepdf\\VCRUNTIME140.dll'.
251283 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
251332 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
251378 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
251425 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
251473 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
251520 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\QtWidgets.pyd'
251571 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
251614 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
251661 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
251718 DEBUG: Processing dependency, name: 'python3.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
251765 DEBUG: Collecting dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
as 'python3.dll'.
251812 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
251868 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
251918 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
251967 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
252012 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
252054 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
252109 DEBUG: Processing dependency, name: 'Qt5Widgets.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll'
252152 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll' due to prior processing.
252208 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
252252 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\QtGui.pyd'
252306 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
252362 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
252409 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
252456 DEBUG: Processing dependency, name: 'python3.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
252499 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
due to prior processing.
252552 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
252602 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
252650 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
252701 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
252750 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
252793 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
252850 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
252897 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\QtCore.pyd'
252953 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
253002 DEBUG: Processing dependency, name: 'python3.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
253053 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
due to prior processing.
253103 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
253152 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
253200 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
253250 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
253297 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
253340 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
253394 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
253441 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
253486 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
253536 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\sip.cp310-win_amd64.
pyd'
253591 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
253638 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
253694 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
253742 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
253787 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
253836 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
253884 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
253937 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
253987 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
254037 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
254079 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\yaml\\_yaml.cp310-win_amd64
.pyd'
254134 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
254186 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
254236 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
254278 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
254332 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
254383 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
254431 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
254487 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
254529 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
254585 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\win32\\win32wnet.pyd'
254704 DEBUG: Processing dependency, name: 'pywintypes310.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll'
254770 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pywin32_system32\\pywintype
s310.dll' due to prior processing.
254821 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
254870 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
254921 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
254964 DEBUG: Processing dependency, name: 'MPR.dll', resolved path:
'C:\\Windows\\system32\\MPR.dll'
255013 DEBUG: Skipping dependency 'C:\\Windows\\system32\\MPR.dll' due to
global exclusion rules.
255063 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
255112 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
255167 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
255219 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
255269 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
255319 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
255362 DEBUG: Processing dependency, name: 'NETAPI32.dll', resolved path:
'C:\\Windows\\system32\\NETAPI32.dll'
255417 DEBUG: Skipping dependency 'C:\\Windows\\system32\\NETAPI32.dll' due
to global exclusion rules.
255467 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\_socke
t.pyd'
255546 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
255588 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
255638 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
255686 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
255735 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
255789 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
255839 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
255886 DEBUG: Processing dependency, name: 'IPHLPAPI.DLL', resolved path:
'C:\\Windows\\system32\\IPHLPAPI.DLL'
255939 DEBUG: Skipping dependency 'C:\\Windows\\system32\\IPHLPAPI.DLL' due
to global exclusion rules.
255989 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
256036 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
256089 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
256139 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
256197 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\psutil\\_psutil_windows.cp3
10-win_amd64.pyd'
256290 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
256343 DEBUG: Processing dependency, name: 'PSAPI.DLL', resolved path:
'C:\\Windows\\system32\\PSAPI.DLL'
256393 DEBUG: Skipping dependency 'C:\\Windows\\system32\\PSAPI.DLL' due to
global exclusion rules.
256449 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
256494 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
256555 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
256612 DEBUG: Processing dependency, name: 'pdh.dll', resolved path:
'C:\\Windows\\system32\\pdh.dll'
256662 DEBUG: Skipping dependency 'C:\\Windows\\system32\\pdh.dll' due to
global exclusion rules.
256711 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
256761 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
256806 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
256862 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
256908 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
256964 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
257007 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
257064 DEBUG: Processing dependency, name: 'IPHLPAPI.DLL', resolved path:
'C:\\Windows\\system32\\IPHLPAPI.DLL'
257123 DEBUG: Skipping dependency 'C:\\Windows\\system32\\IPHLPAPI.DLL' due
to global exclusion rules.
257173 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
257223 DEBUG: Processing dependency, name: 'POWRPROF.dll', resolved path:
'C:\\Windows\\system32\\POWRPROF.dll'
257271 DEBUG: Skipping dependency 'C:\\Windows\\system32\\POWRPROF.dll' due
to global exclusion rules.
257323 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
257374 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
257424 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
257471 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
257521 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
257574 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
257675 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
257729 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
257775 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
257831 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
257876 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
257939 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
257987 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
258041 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
258158 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
258221 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
258271 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
258322 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
258367 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
258423 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' due to prior processing.
258474 DEBUG: Processing dependency, name: 'dxgi.dll', resolved path:
'C:\\Windows\\system32\\dxgi.dll'
258525 DEBUG: Skipping dependency 'C:\\Windows\\system32\\dxgi.dll' due to
global exclusion rules.
258575 DEBUG: Processing dependency, name:
'api-ms-win-crt-locale-l1-1-0.dll', resolved path: None
258625 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
258691 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
258742 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
258789 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
258842 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
258897 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
258950 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
259002 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
259053 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
259105 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
259156 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
259208 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
259259 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
259305 DEBUG: Processing dependency, name: 'd3d11.dll', resolved path:
'C:\\Windows\\system32\\d3d11.dll'
259372 DEBUG: Skipping dependency 'C:\\Windows\\system32\\d3d11.dll' due to
global exclusion rules.
259417 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
259473 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
259524 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
259576 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
259626 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
259759 DEBUG: Processing dependency, name: 'USERENV.dll', resolved path:
'C:\\Windows\\system32\\USERENV.dll'
259812 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USERENV.dll' due
to global exclusion rules.
259868 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
259919 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
259971 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
260024 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
260073 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
260126 DEBUG: Processing dependency, name: 'NETAPI32.dll', resolved path:
'C:\\Windows\\system32\\NETAPI32.dll'
260185 DEBUG: Skipping dependency 'C:\\Windows\\system32\\NETAPI32.dll' due
to global exclusion rules.
260236 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
260287 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
260333 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
260390 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
260441 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' due to prior processing.
260492 DEBUG: Processing dependency, name: 'WINMM.dll', resolved path:
'C:\\Windows\\system32\\WINMM.dll'
260543 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WINMM.dll' due to
global exclusion rules.
260599 DEBUG: Processing dependency, name: 'MPR.dll', resolved path:
'C:\\Windows\\system32\\MPR.dll'
260651 DEBUG: Skipping dependency 'C:\\Windows\\system32\\MPR.dll' due to
global exclusion rules.
260703 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
260760 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
260818 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
260869 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
260915 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
260972 DEBUG: Processing dependency, name: 'MSVCP140_1.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1
.dll'
261024 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1
.dll' as 'PyQt5\\Qt5\\bin\\MSVCP140_1.dll'.
261077 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
261127 DEBUG: Processing dependency, name: 'VERSION.dll', resolved path:
'C:\\Windows\\system32\\VERSION.dll'
261185 DEBUG: Skipping dependency 'C:\\Windows\\system32\\VERSION.dll' due
to global exclusion rules.
261236 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
261282 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
261341 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
261392 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
261444 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
261497 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
261560 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
261607 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
261661 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
261716 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
261768 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
261814 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
261867 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll'
261955 DEBUG: Processing dependency, name: 'MSVCP140_1.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1
.dll'
261999 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1
.dll' due to prior processing.
262051 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
262105 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
262161 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
262217 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
262274 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
262326 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
262378 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' due to prior processing.
262426 DEBUG: Processing dependency, name: 'dwmapi.dll', resolved path:
'C:\\Windows\\system32\\dwmapi.dll'
262479 DEBUG: Skipping dependency 'C:\\Windows\\system32\\dwmapi.dll' due to
global exclusion rules.
262537 DEBUG: Processing dependency, name: 'UxTheme.dll', resolved path:
'C:\\Windows\\system32\\UxTheme.dll'
262590 DEBUG: Skipping dependency 'C:\\Windows\\system32\\UxTheme.dll' due
to global exclusion rules.
262643 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
262690 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
262742 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
262801 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
262849 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
262911 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
262975 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
263027 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
263078 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
263135 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
263189 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
263241 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
263294 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
263342 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
263396 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
263461 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
263513 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
263563 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
_1.dll'
263619 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
263674 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
263721 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
263776 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
263830 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
263887 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
263945 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
264005 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll'
264145 DEBUG: Processing dependency, name: 'DNSAPI.dll', resolved path:
'C:\\Windows\\system32\\DNSAPI.dll'
264213 DEBUG: Skipping dependency 'C:\\Windows\\system32\\DNSAPI.dll' due to
global exclusion rules.
264259 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
264313 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
264372 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
264419 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
264472 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' due to prior processing.
264524 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
264581 DEBUG: Processing dependency, name: 'CRYPT32.dll', resolved path:
'C:\\Windows\\system32\\CRYPT32.dll'
264638 DEBUG: Skipping dependency 'C:\\Windows\\system32\\CRYPT32.dll' due
to global exclusion rules.
264686 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
264746 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
264797 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
264862 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
264912 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
264965 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
265023 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
265071 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
265131 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
265180 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
265241 DEBUG: Processing dependency, name: 'IPHLPAPI.DLL', resolved path:
'C:\\Windows\\system32\\IPHLPAPI.DLL'
265288 DEBUG: Skipping dependency 'C:\\Windows\\system32\\IPHLPAPI.DLL' due
to global exclusion rules.
265343 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
265412 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
265463 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
265515 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
265565 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
265624 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
265678 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll
'
266205 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
266264 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
266323 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
266370 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
266429 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
266480 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
266531 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
266590 DEBUG: Processing dependency, name: 'Qt5Widgets.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll'
266644 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets
.dll' due to prior processing.
266699 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
266748 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
266815 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
266866 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
266917 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
266971 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dl
l'
267116 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
267182 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
267234 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
267295 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
267344 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
267400 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
267466 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
267517 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
267574 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
267623 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
267677 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
267734 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
267835 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
267898 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
267948 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
268007 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
268061 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
268117 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' due to prior processing.
268168 DEBUG: Processing dependency, name:
'api-ms-win-crt-locale-l1-1-0.dll', resolved path: None
268229 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
268284 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
268337 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
268397 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
268447 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
268501 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
268563 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
268612 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
268668 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
268722 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
268785 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.d
ll'
269700 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
269793 DEBUG: Processing dependency, name: 'Qt5Qml.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll
'
269843 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll
' as 'PyQt5\\Qt5\\bin\\Qt5Qml.dll'.
269896 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
269953 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
270019 DEBUG: Processing dependency, name: 'Qt5Gui.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
'
270070 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll
' due to prior processing.
270130 DEBUG: Processing dependency, name: 'Qt5QmlModels.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlMode
ls.dll'
270182 DEBUG: Collecting dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlMode
ls.dll' as 'PyQt5\\Qt5\\bin\\Qt5QmlModels.dll'.
270243 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
270298 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
270347 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' due to prior processing.
270402 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
270463 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
270512 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
270570 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
270623 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
270679 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
270741 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
270804 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
270863 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
270918 DEBUG: Processing dependency, name: 'Qt5Network.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll'
270968 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll' due to prior processing.
271030 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
271087 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
271149 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
271203 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSock
ets.dll'
271321 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
271399 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
271454 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
271505 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
271567 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
271621 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
271674 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
271737 DEBUG: Processing dependency, name: 'Qt5Network.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll'
271804 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll' due to prior processing.
271861 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
271916 DEBUG: Analyzing binary
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
272039 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
272110 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
272167 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
272229 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
272278 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
272334 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
272391 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
272454 DEBUG: Analyzing binary
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
272519 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
272568 DEBUG: Skipping dependency
'D:\\Work\\Python\\cfepy310\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
272624 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
272687 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
272744 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
272801 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
272869 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
272920 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libcry
pto-1_1.dll'
273274 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
273338 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
273396 DEBUG: Processing dependency, name: 'bcrypt.dll', resolved path:
'C:\\Windows\\system32\\bcrypt.dll'
273452 DEBUG: Skipping dependency 'C:\\Windows\\system32\\bcrypt.dll' due to
global exclusion rules.
273504 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
273565 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
273621 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
273673 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
273735 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
273789 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
273843 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
273906 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
273967 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
274030 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
274086 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
274136 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
274205 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
274265 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
274314 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
274373 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
274435 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
274489 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libssl
-1_1.dll'
274579 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
274635 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
274690 DEBUG: Processing dependency, name: 'libcrypto-1_1.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libcry
pto-1_1.dll'
274750 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libcry
pto-1_1.dll' due to prior processing.
274807 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
274871 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
274932 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
274985 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
275049 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
275105 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
275158 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
275222 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
275275 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\libffi
-7.dll'
275369 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
275442 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
275503 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
275558 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
275617 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
275674 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
275824 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
275897 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
275947 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
276009 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
276067 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
276126 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
276189 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
276243 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140_1.dll'
276309 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
276374 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
276426 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll' due
to prior processing.
276487 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
276542 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
276602 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
276653 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
276717 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\MSVCP140.dll'
276816 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
276872 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
276925 DEBUG: Processing dependency, name:
'api-ms-win-crt-locale-l1-1-0.dll', resolved path: None
276981 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
277050 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll'
277109 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140.dll' due
to prior processing.
277176 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140_1.dll'
277236 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PIL\\VCRUNTIME140_1.dll'
due to prior processing.
277292 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
277350 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
277407 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
277460 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
277516 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
277575 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
277643 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
277704 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
277755 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
277819 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\Pythonwin\\mfc140u.dll'
278023 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
278082 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
278144 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
278206 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
278261 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
278321 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
278371 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
278437 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
278487 DEBUG: Processing dependency, name: 'SHLWAPI.dll', resolved path:
'C:\\Windows\\system32\\SHLWAPI.dll'
278546 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHLWAPI.dll' due
to global exclusion rules.
278605 DEBUG: Processing dependency, name: 'UxTheme.dll', resolved path:
'C:\\Windows\\system32\\UxTheme.dll'
278669 DEBUG: Skipping dependency 'C:\\Windows\\system32\\UxTheme.dll' due
to global exclusion rules.
278721 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
278786 DEBUG: Processing dependency, name:
'api-ms-win-crt-multibyte-l1-1-0.dll', resolved path: None
278845 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
278897 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
278961 DEBUG: Processing dependency, name: 'OLEAUT32.dll', resolved path:
'C:\\Windows\\system32\\OLEAUT32.dll'
279028 DEBUG: Skipping dependency 'C:\\Windows\\system32\\OLEAUT32.dll' due
to global exclusion rules.
279089 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
279151 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
279211 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
279270 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
279328 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
279380 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
279455 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
279511 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
279570 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
279622 DEBUG: Processing dependency, name: 'IMM32.dll', resolved path:
'C:\\Windows\\system32\\IMM32.dll'
279680 DEBUG: Skipping dependency 'C:\\Windows\\system32\\IMM32.dll' due to
global exclusion rules.
279745 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
279804 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\tcl86t
.dll'
279889 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
279945 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
280005 DEBUG: Processing dependency, name: 'NETAPI32.dll', resolved path:
'C:\\Windows\\system32\\NETAPI32.dll'
280058 DEBUG: Skipping dependency 'C:\\Windows\\system32\\NETAPI32.dll' due
to global exclusion rules.
280129 DEBUG: Processing dependency, name: 'USERENV.dll', resolved path:
'C:\\Windows\\system32\\USERENV.dll'
280196 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USERENV.dll' due
to global exclusion rules.
280254 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
280313 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
280370 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
280429 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
280488 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
280539 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
280613 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
280667 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
280730 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
280791 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
280843 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
280908 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
280961 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
281028 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
281088 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
281147 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
281225 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
281280 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\DLLs\\tk86t.
dll'
281506 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
281570 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
281629 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
281694 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
281748 DEBUG: Processing dependency, name: 'COMCTL32.dll', resolved path:
'C:\\Windows\\system32\\COMCTL32.dll'
281812 DEBUG: Skipping dependency 'C:\\Windows\\system32\\COMCTL32.dll' due
to global exclusion rules.
281865 DEBUG: Processing dependency, name: 'ole32.dll', resolved path:
'C:\\Windows\\system32\\ole32.dll'
281931 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ole32.dll' due to
global exclusion rules.
281984 DEBUG: Processing dependency, name: 'COMDLG32.dll', resolved path:
'C:\\Windows\\system32\\COMDLG32.dll'
282048 DEBUG: Skipping dependency 'C:\\Windows\\system32\\COMDLG32.dll' due
to global exclusion rules.
282114 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
282171 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
282240 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
282298 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll'
282357 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\VCRUNTIME140
.dll' due to prior processing.
282410 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
282469 DEBUG: Processing dependency, name: 'IMM32.dll', resolved path:
'C:\\Windows\\system32\\IMM32.dll'
282532 DEBUG: Skipping dependency 'C:\\Windows\\system32\\IMM32.dll' due to
global exclusion rules.
282598 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
282663 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
282722 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
282781 DEBUG: Processing dependency, name: 'GDI32.dll', resolved path:
'C:\\Windows\\system32\\GDI32.dll'
282848 DEBUG: Skipping dependency 'C:\\Windows\\system32\\GDI32.dll' due to
global exclusion rules.
282901 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
282965 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
283020 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
283081 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
283139 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
283213 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\MSVCP140.dll'
284255 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
284314 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
284374 DEBUG: Processing dependency, name:
'api-ms-win-crt-locale-l1-1-0.dll', resolved path: None
284426 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
284494 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140_1.dll
'
284550 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140_1.dll
' due to prior processing.
284617 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
284681 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
284734 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
284800 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
284852 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
284917 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
284980 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
due to prior processing.
285047 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
285112 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
285168 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
285226 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
285292 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140_1.dll
'
285352 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
285414 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
285468 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
due to prior processing.
285529 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
285601 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
285667 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
285720 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
285780 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\qpdf29.dll'
285886 DEBUG: Processing dependency, name: 'bcrypt.dll', resolved path:
'C:\\Windows\\system32\\bcrypt.dll'
285951 DEBUG: Skipping dependency 'C:\\Windows\\system32\\bcrypt.dll' due to
global exclusion rules.
286007 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140_1.dll
'
286075 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140_1.dll
' due to prior processing.
286129 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
286198 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
286252 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
286318 DEBUG: Processing dependency, name: 'ADVAPI32.dll', resolved path:
'C:\\Windows\\system32\\ADVAPI32.dll'
286385 DEBUG: Skipping dependency 'C:\\Windows\\system32\\ADVAPI32.dll' due
to global exclusion rules.
286450 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\MSVCP140.dll'
286510 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\MSVCP140.dll' due
to prior processing.
286568 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
286624 DEBUG: Processing dependency, name: 'CRYPT32.dll', resolved path:
'C:\\Windows\\system32\\CRYPT32.dll'
286685 DEBUG: Skipping dependency 'C:\\Windows\\system32\\CRYPT32.dll' due
to global exclusion rules.
286745 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
286819 DEBUG: Processing dependency, name: 'USER32.dll', resolved path:
'C:\\Windows\\system32\\USER32.dll'
286884 DEBUG: Skipping dependency 'C:\\Windows\\system32\\USER32.dll' due to
global exclusion rules.
286944 DEBUG: Processing dependency, name:
'api-ms-win-crt-utility-l1-1-0.dll', resolved path: None
286998 DEBUG: Processing dependency, name:
'api-ms-win-crt-environment-l1-1-0.dll', resolved path: None
287057 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
287125 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
287186 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
287253 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
287320 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
due to prior processing.
287373 DEBUG: Processing dependency, name:
'api-ms-win-crt-filesystem-l1-1-0.dll', resolved path: None
287436 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
287503 DEBUG: Processing dependency, name: 'WS2_32.dll', resolved path:
'C:\\Windows\\system32\\WS2_32.dll'
287565 DEBUG: Skipping dependency 'C:\\Windows\\system32\\WS2_32.dll' due to
global exclusion rules.
287620 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\pikepdf\\VCRUNTIME140.dll'
287718 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
287778 DEBUG: Processing dependency, name:
'api-ms-win-crt-convert-l1-1-0.dll', resolved path: None
287837 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
287902 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
287961 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
288030 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
288086 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
288152 DEBUG: Analyzing binary
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python3.dll'
288898 DEBUG: Processing dependency, name: 'python310.dll', resolved path:
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l'
288960 DEBUG: Skipping dependency
'C:\\Users\\icnte\\AppData\\Local\\Programs\\Python\\Python310\\python310.dl
l' due to prior processing.
289013 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1
.dll'
289084 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
289139 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
289205 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
289271 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
289325 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
289388 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
289455 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
289517 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
289573 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll
'
290282 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
290346 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
290406 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
290461 DEBUG: Processing dependency, name: 'VCRUNTIME140_1.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll'
290529 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40_1.dll' due to prior processing.
290589 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
290652 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
290707 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
290770 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
290839 DEBUG: Processing dependency, name: 'api-ms-win-crt-time-l1-1-0.dll',
resolved path: None
290902 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
290972 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
291027 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
291088 DEBUG: Processing dependency, name: 'SHELL32.dll', resolved path:
'C:\\Windows\\system32\\SHELL32.dll'
291150 DEBUG: Skipping dependency 'C:\\Windows\\system32\\SHELL32.dll' due
to global exclusion rules.
291221 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
291283 DEBUG: Processing dependency, name: 'Qt5Network.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll'
291343 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network
.dll' due to prior processing.
291416 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
291473 DEBUG: Processing dependency, name:
'api-ms-win-crt-stdio-l1-1-0.dll', resolved path: None
291540 DEBUG: Analyzing binary
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlMode
ls.dll'
291636 DEBUG: Processing dependency, name: 'Qt5Qml.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll
'
291690 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll
' due to prior processing.
291758 DEBUG: Processing dependency, name: 'VCRUNTIME140.dll', resolved
path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll'
291823 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME1
40.dll' due to prior processing.
291891 DEBUG: Processing dependency, name:
'api-ms-win-crt-runtime-l1-1-0.dll', resolved path: None
291950 DEBUG: Processing dependency, name: 'Qt5Core.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l'
292011 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dl
l' due to prior processing.
292081 DEBUG: Processing dependency, name: 'KERNEL32.dll', resolved path:
'C:\\Windows\\system32\\KERNEL32.dll'
292141 DEBUG: Skipping dependency 'C:\\Windows\\system32\\KERNEL32.dll' due
to global exclusion rules.
292208 DEBUG: Processing dependency, name: 'api-ms-win-crt-math-l1-1-0.dll',
resolved path: None
292271 DEBUG: Processing dependency, name: 'MSVCP140.dll', resolved path:
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll'
292333 DEBUG: Skipping dependency
'D:\\work\\Python\\cfepy310\\lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.d
ll' due to prior processing.
292391 DEBUG: Processing dependency, name:
'api-ms-win-crt-string-l1-1-0.dll', resolved path: None
292454 DEBUG: Processing dependency, name: 'api-ms-win-crt-heap-l1-1-0.dll',
resolved path: None
292749 INFO: Warnings written to
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\build\Conform-e\warn-Conform-e
.txt
292986 INFO: Graph cross-reference written to
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\build\Conform-e\xref-Conform-e
.html
293126 INFO: Graph drawing written to
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\build\Conform-e\graph-Conform-
e.dot
293494 INFO: checking PYZ
293560 INFO: Building PYZ because PYZ-00.toc is non existent
293627 INFO: Building PYZ (ZlibArchive)
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\build\Conform-e\PYZ-00.pyz
294667 INFO: Building PYZ (ZlibArchive)
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\build\Conform-e\PYZ-00.pyz
completed successfully.
294749 DEBUG: Loading version info from file:
'D:\\Work\\Python\\cfepy310\\xl\\cfegui\\cfe_versionfile.txt'
294863 INFO: checking PKG
294936 INFO: Building PKG because PKG-00.toc is non existent
294994 INFO: Building PKG (CArchive) Conform-e.pkg
295207 DEBUG: Compiling python script/module file
D:\work\Python\cfepy310\lib\site-packages\PyInstaller\loader\pyiboot01_boots
trap.py
295999 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
inspect.py
296089 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\_pyinstaller_hooks_contrib\hooks\r
thooks\pyi_rth_pywintypes.py
296145 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
pkgutil.py
296213 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
win32comgenpy.py
296277 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\_pyinstaller_hooks_contrib\hooks\r
thooks\pyi_rth_pythoncom.py
296341 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
multiprocessing.py
296398 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
setuptools.py
296463 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
pkgres.py
296530 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
_tkinter.py
296588 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_
pyqt5.py
296661 DEBUG: Compiling python script/module file
D:\Work\Python\cfepy310\xl\cfegui\cfe_MainForm.py
315980 INFO: Building PKG (CArchive) Conform-e.pkg completed successfully.
316099 INFO: Bootloader
D:\work\Python\cfepy310\lib\site-packages\PyInstaller\bootloader\Windows-64b
it-intel\runw_d.exe
316172 INFO: checking EXE
316232 INFO: Building EXE because EXE-00.toc is non existent
316291 INFO: Building EXE from EXE-00.toc
316354 INFO: Copying bootloader EXE to
C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\application\Conform-e.exe
316516 INFO: Copying icon to EXE
316577 DEBUG: Copying icons from
['D:\\Work\\Python\\cfepy310\\xl\\cfegui\\Resources\\Conform-e_48_1.ico']
316643 DEBUG: Writing RT_GROUP_ICON 1 resource with 90 bytes
316699 DEBUG: Writing RT_ICON 1 resource with 15402 bytes
316766 DEBUG: Writing RT_ICON 2 resource with 67624 bytes
316833 DEBUG: Writing RT_ICON 3 resource with 16936 bytes
316900 DEBUG: Writing RT_ICON 4 resource with 9640 bytes
316966 DEBUG: Writing RT_ICON 5 resource with 4264 bytes
317026 DEBUG: Writing RT_ICON 6 resource with 1128 bytes
317119 INFO: Copying version information to EXE
317213 INFO: Copying 1 resources to EXE
317267 DEBUG: Processing resource:
'D:\\\\Work\\\\Python\\\\cfepy310\\\\xl\\\\cfegui\\\\cfe_Resource_rc.py'
317332 DEBUG: Resource file
'D:\\\\Work\\\\Python\\\\cfepy310\\\\xl\\\\cfegui\\\\cfe_Resource_rc.py' is
an arbitrary data file...
An error occurred while packaging
Traceback (most recent call last):
File
"D:\work\Python\cfepy310\lib\site-packages\auto_py_to_exe\packaging.py",
line 132, in package
run_pyinstaller()
File "D:\work\Python\cfepy310\lib\site-packages\PyInstaller\__main__.py",
line 189, in run
run_build(pyi_config, spec_file, **vars(args))
File "D:\work\Python\cfepy310\lib\site-packages\PyInstaller\__main__.py",
line 61, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File
"D:\work\Python\cfepy310\lib\site-packages\PyInstaller\building\build_main.p
y", line 1042, in main
build(specfile, distpath, workpath, clean_build)
File
"D:\work\Python\cfepy310\lib\site-packages\PyInstaller\building\build_main.p
y", line 982, in build
exec(code, spec_namespace)
File "C:\Users\icnte\AppData\Local\Temp\tmpp870eytg\Conform-e.spec", line
18, in <module>
exe = EXE(
File
"D:\work\Python\cfepy310\lib\site-packages\PyInstaller\building\api.py",
line 628, in __init__
self.__postinit__()
File
"D:\work\Python\cfepy310\lib\site-packages\PyInstaller\building\datastruct.p
y", line 184, in __postinit__
self.assemble()
File
"D:\work\Python\cfepy310\lib\site-packages\PyInstaller\building\api.py",
line 749, in assemble
self._retry_operation(self._copy_windows_resource, build_name, resource)
File
"D:\work\Python\cfepy310\lib\site-packages\PyInstaller\building\api.py",
line 995, in _retry_operation
return func(*args)
File
"D:\work\Python\cfepy310\lib\site-packages\PyInstaller\building\api.py",
line 918, in _copy_windows_resource
raise ValueError(
ValueError: Invalid Windows resource specifier
'D:\\\\Work\\\\Python\\\\cfepy310\\\\xl\\\\cfegui\\\\cfe_Resource_rc.py'!
For arbitrary data file, the format is 'filename,type,name,[language]'!
Project output will not be moved to output folder
Complete.
More information about the Python-list
mailing list