This is a stand alone version of Python 2.5.2. 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. 2008-07-18 Neil Schemenauer