What\'s an easy way of finding all the python modules from a particular package that are being used in an application?
I think modulefinder is what you're looking for. You can use modulefinder.py directly, running it as a script as is described there, or you can import the module and then create a report using the modulefinder.ModuleFinder class.
modulefinder.py
modulefinder.ModuleFinder