2021年3月19日星期五

Software based on Python 3.9 is not working on Windows 7

I made a standalone software using python3.9 which properly works on my system and another windows 10 system also, but I tried running that software on Windows 7 Ultimate and it shows some errors. Please note that I made the software by binding all the required python modules using PyInstaller. Those errors are as follows:

  1. Error loading Python DLL 'C:\Users\hp\AppData\Local\Temp_MEI19602\python39.dll'. LoadLibrary: The specified module could not be found.
  2. The program can't start because api-ms-win-core-path-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem. Please help me out with this problem.
https://stackoverflow.com/questions/66718131/software-based-on-python-3-9-is-not-working-on-windows-7 March 20, 2021 at 12:04PM

没有评论:

发表评论