This is a stand alone version of Python 2.4.1.  It includes
Tkinter, bsddb, and zlib.  To distribute your Python application:

    1. Make a main.py module with a main() function.
    2. Put your Python sources in "App" directory.
    3. Rename the launch.exe and launch_c.exe executables to something
       nice.  Optionally delete python.exe.
    4. Delete "src" directory.
    5. Optionally delete modules and DLLs you don't need (be careful).

The resulting directory should contain everything your application needs to run
and should be location independent.  The source code for the launchers is in
src.  Note that launch.exe is a Win32 application and cannot run applications
that need the console.  Use launch_c.exe for debugging or if you need the
console.

    2005-04-06 
    Neil Schemenauer <nas@arctrix.com>
