Arkadaşlar selam, Python ile masaüstü uygulama geliştiriyorum. Uygulama sistemimde sorunsuz çalışıyor fakat pyinstaller ile exe ye dönüştürürken sorun yaşıyorum. Bilgisi olanlar yardımcı olabilir mi?
İnternette araştırdım ama bir çözüm bulamadım.
46 INFO PyInstaller 4.2
46 INFO Python 3.9.1
46 INFO Platform Windows-10-10.0.19041-SP0
46 INFO wrote CUsersmsiDesktopdnmmain.spec
46 INFO UPX is not available.
62 INFO Extending PYTHONPATH with paths
['CUsersmsiDesktopdnm', 'CUsersmsiDesktopdnm']
62 INFO checking Analysis
62 INFO Building Analysis because Analysis-00.toc is non existent
62 INFO Initializing module dependency graph...
62 INFO Caching module graph hooks...
**_62 WARNING Several hooks defined for module 'win32ctypes.core'. Please take care they do not conflict._**
62 INFO Analyzing base_library.zip ...
1757 INFO Processing pre-find module path hook distutils from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhookspre_find_module_pathhook-distutils.py'.
1757 INFO distutils retargeting to non-venv dir 'cusersmsiappdatalocalprogramspythonpython39lib'
3013 INFO Caching module dependency graph...
3077 INFO running Analysis Analysis-00.toc
3085 INFO Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
required by cusersmsiappdatalocalprogramspythonpython39python.exe
**_3141 WARNING lib not found api-ms-win-core-path-l1-1-0.dll dependency of cusersmsiappdatalocalprogramspythonpython39python39.dll_**
3276 INFO Analyzing CUsersmsiDesktopdnmmain.py
3284 INFO Processing module hooks...
3292 INFO Loading module hook 'hook-difflib.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3292 INFO Excluding import of doctest from module difflib
3292 INFO Loading module hook 'hook-distutils.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3292 INFO Loading module hook 'hook-distutils.util.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3292 INFO Excluding import of lib2to3.refactor from module distutils.util
3292 INFO Loading module hook 'hook-encodings.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3372 INFO Loading module hook 'hook-heapq.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3372 INFO Excluding import of doctest from module heapq
3372 INFO Loading module hook 'hook-lib2to3.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3404 INFO Loading module hook 'hook-multiprocessing.util.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3404 INFO Excluding import of test.support from module multiprocessing.util
3404 INFO Excluding import of test from module multiprocessing.util
3404 INFO Loading module hook 'hook-pickle.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3404 INFO Excluding import of argparse from module pickle
3404 INFO Loading module hook 'hook-sysconfig.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3412 INFO Loading module hook 'hook-xml.etree.cElementTree.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3412 INFO Loading module hook 'hook-xml.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3436 INFO Loading module hook 'hook-_tkinter.py' from 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooks'...
3532 INFO checking Tree
3532 INFO Building Tree because Tree-00.toc is non existent
3532 INFO Building Tree Tree-00.toc
3572 INFO checking Tree
3572 INFO Building Tree because Tree-01.toc is non existent
3572 INFO Building Tree Tree-01.toc
3637 INFO checking Tree
3637 INFO Building Tree because Tree-02.toc is non existent
3637 INFO Building Tree Tree-02.toc
3653 INFO Looking for ctypes DLLs
3669 INFO Analyzing run-time hooks ...
3669 INFO Including run-time hook 'cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerhooksrthookspyi_rth_multiprocessing.py'
3677 INFO Looking for dynamic libraries
3774 INFO Looking for eggs
3774 INFO Using Python library cusersmsiappdatalocalprogramspythonpython39python39.dll
3774 INFO Found binding redirects
[]
3774 INFO Warnings written to CUsersmsiDesktopdnmbuildmainwarn-main.txt
3807 INFO Graph cross-reference written to CUsersmsiDesktopdnmbuildmainxref-main.html
3807 INFO checking PYZ
3807 INFO Building PYZ because PYZ-00.toc is non existent
3807 INFO Building PYZ (ZlibArchive) CUsersmsiDesktopdnmbuildmainPYZ-00.pyz
4181 INFO Building PYZ (ZlibArchive) CUsersmsiDesktopdnmbuildmainPYZ-00.pyz completed successfully.
4197 INFO checking PKG
4197 INFO Building PKG because PKG-00.toc is non existent
4197 INFO Building PKG (CArchive) PKG-00.pkg
5588 INFO Building PKG (CArchive) PKG-00.pkg completed successfully.
5588 INFO Bootloader cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerbootloaderWindows-64bitrun.exe
5588 INFO checking EXE
5588 INFO Building EXE because EXE-00.toc is non existent
5588 INFO Building EXE from EXE-00.toc
5596 INFO Copying icons from ['cusersmsiappdatalocalprogramspythonpython39libsite-packagesPyInstallerbootloaderimagesicon-console.ico']
5644 INFO Writing RT_GROUP_ICON 0 resource with 104 bytes
5644 INFO Writing RT_ICON 1 resource with 3752 bytes
5644 INFO Writing RT_ICON 2 resource with 2216 bytes
5644 INFO Writing RT_ICON 3 resource with 1384 bytes
5652 INFO Writing RT_ICON 4 resource with 37019 bytes
5652 INFO Writing RT_ICON 5 resource with 9640 bytes
5652 INFO Writing RT_ICON 6 resource with 4264 bytes
5652 INFO Writing RT_ICON 7 resource with 1128 bytes
5655 INFO Updating manifest in CUsersmsiDesktopdnmbuildmainrun.exe.qrmkdnax
5703 INFO Updating resource type 24 name 1 language 0
5703 INFO Appending archive to EXE CUsersmsiDesktopdnmdistmain.exe
5775 INFO Building EXE from EXE-00.toc completed successfully.