Finding out what modules a program uses (directly or indirectly)

Thomas Heller thomas.heller at ion-tof.com
Fri Apr 27 11:01:02 EDT 2001


> I am trying to distribute an app I created using Python 2.0, but I would
> like to know exactly which modules I need to distribute, is there a way of
> finding out what modules my app uses, directly or indirectly?

If you are targetting windows, take a look into py2exe.

http://starship.python.net/crew/theller/py2exe/

BTW: I just released version 0.2.6, contaning support for
Python 2.1.

Thomas





More information about the Python-list mailing list