On Sun, 2011-07-31 at 16:32 +0200, Martin Zibricky wrote: > Hi all, > > could, please, anyone with more Mac and PyInstaller expertise look at > the following issue? > > http://www.pyinstaller.org/ticket/388 > > I think fix for it would require fundamental changes in PyInstaller > behavior on Mac platform.
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. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- 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.
