M
M
maksim-mshp2020-04-24 19:07:01
Python
maksim-mshp, 2020-04-24 19:07:01

Why is the file too big when compiling a PyQt5 program?

Hello. I have written a python program using PyQt5.
The program works, but when compiling for some reason, the file is too large.
I use pyinstaller to compile.
pyinstaller -c -F -w -i icon.ico main.py
The program itself can be downloaded from the link https://yadi.sk/d/gTAaJp4-o3JKHQ
Why is this happening and how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2020-04-24
@maksim-mshp

Well, what do you want, if it's not really an executable file, but a self-extracting archive containing the Python interpreter, your program's scripts, and all the libraries it uses.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question