On Mon, 2008-11-17 at 02:54 -0800, Astley Le Jasper wrote: > Are there any issues with using the 'imp' module and PyInstaller? My > application isn't building the modules I'm importing using 'imp'. I've > also referred to them using the normal 'import' but they still don't > get included.
I don't think imp.load() goes through the import hooks PyInstaller installs. If you elaborate on why you need imp.load(), I can try to suggest a workaround. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
