Hello, in case you haven't heard of eGenix PyRun yet, this is a new simple to install Python runtime that can be used independently of a system installed Python version and is very small compared to a regular Python installation.
See http://www.egenix.com/products/python/PyRun/ for details. We're using this runtime in our mxODBC Connect Server product and also internally as virtualenv replacement. At EuroPython we've release it as open source product. To make it easy to install eGenix PyRun, we've now added a script to our download server which lets you install PyRun just as easy as virtualenv (but without its dependency on a possible system installation of Python): https://downloads.egenix.com/python/install-pyrun Per default, the script will download the PyRun binary for the target platform and install distribute as well as pip in the given target directory. Usage is simple: install-pyrun targetdir Try install-pyrun --help for a list of options. Running the script will leave you with a targetdir setup with bin/, lib/ and include/ dir as runtime environment. You can then immediately start using PyRun via bin/pyrun or install additional software using bin/pip. The installation script is brand new and we'd appreciate any feedback you can provide to enhance it. Thanks, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Aug 06 2012) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2012-08-25: FrOSCon, St. Augustin, Germany ... 19 days to go ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ -- http://mail.python.org/mailman/listinfo/python-list