Let's say I have my own installer for a product that uses a lot of other components. One piece of my product is a python script. However, most of my end-users don't have python installed already. Is there any way I can include the python installer as part of my own installer so that my users can have python installed?
Any help is appreciated...
Someone from another forum recommended http://www.py2exe.org/ for Windows.
Is there a similar solution for Mac and Solaris?