include "icudt53.dll, icuin53.dll, icuuc53.dll" ?

Chris Angelico rosuav at gmail.com
Wed Jan 7 08:30:55 EST 2015


On Thu, Jan 8, 2015 at 12:23 AM, Timothy W. Grove <tim_grove at sil.org> wrote:
> I think my answer is probably "Yes!" Anyone else interested, see
> http://qt-project.org/wiki/Deploying-Windows-Applications.

This is one of the disadvantages to packaging Python code up into a
monolithic executable. You end up needing quite a bit of ancillary
'stuff' to make it all work. Personally, I'd rather just distribute
the .py files, and let people download Python separately; much less
load on my servers, and they don't have to download Python twice for
two programs.

ChrisA



More information about the Python-list mailing list