How do you make an installer for your python program

Posted by Malcolm2608 on Stack Overflow See other posts from Stack Overflow or by Malcolm2608
Published on 2012-03-31T23:24:48Z Indexed on 2012/03/31 23:30 UTC
Read the original article Hit count: 201

Im new to python, but I was thinking about making a program with python to give to my friends. They don't know much about computers so if I asked them to install python by them selves they couldn't do it, but what if I could make an installer that downloads some version of python that only has what is needed for my file to run and make an exe file that would run the .py file in its own python interpreter . I also did a Google search and saw the freezing applications I could use to make the code into exe files to distribute (cx_freeze I use python 3.2), but not all of my friends have Windows computers and I rather Have my program so in each new version it auto updates by making a patch to .py file and not completely re-installing it .

© Stack Overflow or respective owner

Related posts about installer

Related posts about cross-platform