A
A
Alikhan2021-09-18 14:39:01
Python
Alikhan, 2021-09-18 14:39:01

The python program compiled into exe does not work on another computer. What to do?

I made a program in Python using PyQt5. I compiled this program with pyinstaller.
It worked perfectly on my main computer, but on the other it gives this error:
6145cf6d1cbc3251843593.jpeg
I tried to put this thing here, because sometimes it helps:
6145cf17afd40258799900.jpeg
But it didn’t work again ...
Then I decided to try installing api-ms-win-core-path-l1-1-0 .dll which was required there.
But the program still didn't work. What should I do to make it work on another computer?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
low molecular macro, 2021-09-18
Mulaev @AlikhanPython

if you're using Python version 3.9 or higher (for the future), then be aware that it won't work on Windows 7. It's written right on the Python website

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question