Distributing Python apps

Thomas Heller theller at python.net
Mon Jan 6 15:06:19 EST 2003


Just van Rossum <just at letterror.com> writes:

> Python 2.3a1 contains modulefinder.py (used to be part of the Freeze
> package). It does static import analysis and keeps track of which
> modules import which. It still needs to be documented, though... It only
> misses imports done in exec statements and by __import__ calls.
> 
It also misses those done by PyImport_ImportModule*() ;-)
Otherwise, it is pretty cool now.

Thomas




More information about the Python-list mailing list