[PyQt] include "icudt53.dll, icuin53.dll, icuuc53.dll" ?

Florian Bruhin me at the-compiler.org
Wed Jan 7 13:26:58 GMT 2015


Hi,

* Timothy W. Grove <tim_grove at sil.org> [2015-01-07 13:09:38 +0000]:
> Does anyone have an idea of what the following .dll's are for? Cx_freeze
> includes them in a Python3.4-PyQt5 deployment adding about 23 Mb to my
> application. Removing them doesn't appear to make any difference on my
> computer, but I hesitate to distribute the application to others without
> them. Thanks for any response.
> 
> Best regards,
> Tim Grove
> 
> icudt53.dll
> icuin53.dll
> icuuc53.dll

From the name it's related to the ICU library:

http://site.icu-project.org/

Not sure what will break if you delete them. Probably your entire
application, maybe only unicode features somehow.

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150107/22df339a/attachment.sig>


More information about the PyQt mailing list