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

Michael Hudson mwh21 at cam.ac.uk
Fri Apr 27 11:19:52 EDT 2001


"Andre M. Descombes" <amdescombes at diligo.fr> writes:
> 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?

Tools/freeze/modulefinder.py in the source distribution?  Never used
it, but I think this is what it is for.

Cheers,
M.

-- 
  You're posting to a Scheme group. Around here, arguing that Java is
  better than C++ is like arguing that grasshoppers taste better than
  tree bark.                        -- Thant Tessman, comp.lang.scheme



More information about the Python-list mailing list