Python Forum

Full Version: Distributing custom version of Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We have a large Windows and Linux application that we distribute to clients. We would like to ship our own version of Python with the application - essentially a basic version of Python with a couple of additions such as lxml. Our application will use this version of Python. How do we go about building this custom version (on Windows and Linux) ?
you want to create a python .exe which includes the interpreter.
see: https://pypi.org/project/PyInstaller/