On Thu, Jan 8, 2015 at 12:23 AM, Timothy W. Grove <tim_gr...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to