I'm a python newbie so please bear with me.
I'm trying to bundle a PyQt4 application with pynsist. I want to import module A which depends on module B, C, and D, but specifying module A in the installer.cfg file does not bundle B, C, and D. Do I need to specify ALL the modules my application depends on in the installer.cfg file, and if so is there a good method of finding out what they are?