D
D
Desmoke2021-05-17 20:30:17
Python
Desmoke, 2021-05-17 20:30:17

How to compile .py and .ui to .exe?

Hello!
How to compile a python program with two ui files?
Auto-py-to-exe and pyinstaller fail.
Reinstalled python - didn't help.
Help!!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lightmanLP, 2021-05-17
@lightmanLP

No way. Python is not a compiled language, it is an interpreted language. Auto-py-to-exe and pyinstaller are packaging, and it is a very deep hole, from which it is not advisable to look for a way out.
If you want to get a compiled application as an output, then python is not suitable for you (or at least CPython).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question