hi, thanks for you answer. Greg Copeland wrote: > Write a hook to import the missing class/module. > > Try using: > hiddenimports = [ "blah...blah.DynamicUILoader" ] > > See if that addresses it for you. Look at some of the existing hooks > and see if the hiddenimports deal works. You may have to play with > it. > > > Greg
i fiddled hooks/hook-PyQt4.QtGui.py to contain: hiddenimports = ['sip', 'PyQt4.QtCore', 'PyQt4._qt', 'uic', 'uic.Loader', 'uic.Loader.loader', 'uic.Loader.loader.DynamicUILoader'] still the same, the class DynaminUILoader can't be found in the deployed stuff. lucky to say, that i've just got fired, so i don't care anymore ;) nevertheless: thanks. alexander --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
