Just to let you know, everything is working now. I was using imp because I could potentially have a large number of site specific scripts which could be called on on the fly depending on circumstances. I thought that might be more efficient than importing all of them, but I don't suppose it makes much difference.
Thanks again. I really appreciate your help. ALJ On 20 Nov, 22:36, Giovanni Bajo <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
