[Tutor] single file .exe

Kent Johnson kent37 at tds.net
Thu Jul 21 12:26:42 CEST 2005


Shantanoo Mahajan wrote:
> +++ Jorge Louis De Castro [20-07-05 23:20 +0100]:
> | Hello,
> | 
> | Is there a way of creating a Windows .exe from a .py file that does not involve unzipping several files onto a folder?
> | Does someone know of a program that wraps all the files needed into one single (non-installable) executable?
> | 
> | Cheers
> | jorge
> 
> py2exe?

py2exe does not create a single file executable. Many people bundle the output of py2exe with an installer, but the OP prefers not to do this.

Kent



More information about the Tutor mailing list