On 11/21/06, Robert McFadzean <Robert.McFadzean at lakelandc.ab.ca> wrote: > Is it possible to distribute a python module with Python to run on a machine that doesn't have Python or would Python have to be installed separately first? It depends on your platform, but py2exe and cx_Freeze are two options for this. Try google to find the URLs. Paul.