A
A
aleksey_vol2015-07-27 14:23:53
JavaScript
aleksey_vol, 2015-07-27 14:23:53

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

2 answer(s)
R
Rsa97, 2018-12-16
@Rsa97

$('.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');
});

O
Oleg Wock, 2015-07-27
@OlegWock

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 question

Ask a Question

731 491 924 answers to any question