Answer the question
In order to leave comments, you need to log in
What is the size of the installation package with the minimum Pyqt program?
How much space does the installer of a program with gui written with pyqt take up. This means that it should have everything you need to run on a computer where qt, python is missing.
I read that for linux, using cxfreeze, it took as much as 70mb.
Answer the question
In order to leave comments, you need to log in
$('.photo').click(function(){
$('.photo').removeClass('active-photo');
$(this).addClass('active-photo');
$('.about-text p').text($(this).data('text'));
$('.about-site p').text($(this).data('info'));
$('.about-site a').text($(this).data('webSite')).attr("href", "#");
$('.point li').removeClass('active-point');
$('.point li')[$(this).data('listNumber')].addClass('active-point');
});
About 70 MB is nonsense. I collected a package for Windows with a small application. Yes, from the beginning it turns out a lot, but after drinking the unnecessary, 25mb remained, which 7zip packed into an 8mb archive. I do not think that under Linux much more. Also look in the direction of UPX
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question