On Wed, May 8, 2013 at 7:37 PM, Jianfeng Mao <j...@rocketsoftware.com> wrote: > To Python-Dev committers: > > > > I am working on a project to embed a slightly customized Python interpreter > in our own software. For easy installation and setup, we want to be able to > do the standard Python installation as part of the installation of our > product. So far I have successfully customized and built Python 3.3.1 > (including the subprojects) on Windows but I can’t find anything in the > source distribution to allow me package the binaries/modules etc into a MSI > just like the one on the download page on python.org. So I am asking for > information regarding how to package Python build for installation on both > Windows and *NIX platforms. Your help will be greatly appreciated.
See Tools/msi/msi.py for the Windows MSI builder. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com