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?

Recommended Answers

All 2 Replies

Mac has py2app (not sure the address)
Have never used solaris so I have no clue.
cx_freeze is for linux (though I have never had any luck with it)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.