Creating Installer or Executable in Python

J. Clifford Dyer jcd at sdf.lonestar.org
Wed Nov 14 09:56:53 EST 2007


On Wed, Nov 14, 2007 at 03:34:14PM +0100, Laszlo Nagy wrote regarding Re: Creating Installer or Executable in Python:
> 
> DanielJohnson wrote:
> > I have a small project which has around 10 .py files and I run this
> > project using command line arguments. I have to distribute this
> > project to somebody.
> >
> > I was wondering how can I make an executable or some kind of
> > installer, so that end user doesn't need to compile and worry if he/
> > she has Python installed or not ?
> >   
> http://www.fuckinggoogleit.com/?q=py2exe
> 

While I agree with the sentiment, I'm left wondering how you think he would have known to google for py2exe.  Maybe you meant:

http://www.fuckinggoogleit.com/?q=python+executable

(Which also yields py2exe as the first result.)

Cheers,
Cliff



More information about the Python-list mailing list