I'm working on a serious school project. I've created a Python code that successfully work with WHOIS. However, when I converted the Python script to an exe, the exe doesn't ping the website or retrieve WHOIS information but only taking information from the database. Everything works fine in the Python script except for exe. Can anyone help me solve this problem?
i have tried everything, searched for solution in internet but nothing
for some reason i'm getting this error while converting py to exe
7462 INFO: Looking for dynamic libraries
7734 INFO: Extra DLL search directories (AddDllDirectory): []
7734 INFO: Extra DLL search directories (PATH): []
7975 WARNING: Library not found: could not resolve 'api-ms-win-crt-conio-l1-1-0.dll', dependency of 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.752.0_x64__qbz5n2kfra8p0\python312.dll'.
7976 WARNING: Library not found: could not resolve 'api-ms-win-crt-time-l1-1-0.dll', dependency of 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.752.0_x64__qbz5n2kfra8p0\python312.dll'.
7976 WARNING: Library not found: could not resolve 'api-ms-win-crt-convert-l1-1-0.dll', dependency of 'C:\Program
the rest...
https://paste.pythondiscord.com/RYAQ - my python code
i rely on you guys