On Thu, 2008-11-20 at 01:19 -0800, Astley Le Jasper wrote: > Sorry Giovanni ... I just assumed that imp was the best way of doing > it.
imp is best used when you really don't know what the module will be called when you write the code (eg: you want to support external plugins supported by other developers). If you have a fixed set of modules, there's no reason to use imp. -- 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 -~----------~----~----~----~------~----~------~--~---
