Self-contained python installation with executable tools included (pip, orbited, etc)

Posted by Tristan on Stack Overflow See other posts from Stack Overflow or by Tristan
Published on 2010-05-26T20:39:34Z Indexed on 2010/05/26 20:41 UTC
Read the original article Hit count: 152

Filed under:
|

I'm trying deploy a Python application on Windows as a folder that includes a full python 2.6 folder. I don't need/want a fancy solution like py2exe, I'm just trying to automate deployment of a web application.

So long as I include python26.dll and set the PYTHONHOME correctly, things seem to work if I just include the Python26 folder in its entirety. However a number of the Python26/Script files don't work. For instance, pip.exe, orbited.exe, and morbid.exe all do nothing (complete with no output) when I try to run them on a system that doesn't have a real Python26 installation.

I've run out of ideas. Suggestions?

© Stack Overflow or respective owner

Related posts about python

Related posts about Windows