Finding which modules a Python program uses

Andre M. Descombes amdescombes at testandgo.com
Mon Sep 10 09:48:37 EDT 2001


Hi,

I want to distribute my Python application, but I want to deploy only the
modules it uses. The problem is I don't know what they are, for example if I
use the string module, which modules does it need?
Is there a way of automatically finding a list of all needed modules for a
program?

Thanks,

Andre M. Descombes





More information about the Python-list mailing list