Creating Installer or Executable in Python

Laszlo Nagy gandalf at shopzeus.com
Wed Nov 14 09:34:14 EST 2007


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

Under UNIX systems of course, your user should install using the given 
system's package manager...



More information about the Python-list mailing list