Giovanni Bajo píše v Po 01. 08. 2011 v 12:08 +0200: > Looks like libcups is a hidden import of Qt > (src/gui/painting/qcups.cpp > does a dlopen of libcups). I think it might be sufficient to add it to > PyQt4.QtGui's hook.
I think it won't be sufficient: - libcups is library available in almost every mac - if libiconv won't be used from mac but from macports - there still will be the same issue with two incompatible on Lion libiconv: - with frozen app would be still bundled the one from macports or the one from mac, causing libcups or other libraries not to work! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
