Il giorno 28/apr/2012, alle ore 15:04, Adrià Cereto Massagué ha scritto: > I think you must play with a qt.conf file telling the app where the plugins > are, or do it programmatically (it's something like > QApplication.loadLibraryPaths or something)
FYI, PyInstaller does that, see support/rthooks/pyi_rth_qt4plugins.py: https://github.com/pyinstaller/pyinstaller/blob/develop/support/rthooks/pyi_rth_qt4plugins.py -- 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.
