The accepted answer to this question deploying python applications discusses "embedding Python" in your installer to deploy it as an Exe.
I would like to take this approach to deploying a python app instead of using something like Py2exe. When I try to Google for "embedding python" the answer all seem to be about embedding python into C code. Can someone point me to a tutorial on embedding into your installation package?