Introduction
eGenix PyRun™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run based scripts and applications to Unix based systems as simple as copying a single file.
eGenix PyRun's executable only needs 11MB for Python 2 and 13MB for Python 3, but still supports most Python application and scripts - and it can be compressed to just 3-4MB using upx, if needed.
Compared to a regular Python installation of typically 100MB on disk, eGenix PyRun is ideal for applications and scripts that need to be distributed to several target machines, client installations or customers.
It makes "installing" Python on a Unix based system as simple as copying a single file.
eGenix has been using eGenix PyRun internally in the mxODBC Connect Server
product since 2008 with great success and decided to make it available as a
stand-alone open-source product.
We provide both the source archive to build your own eGenix PyRun, as well as pre-compiled binaries for Linux, FreeBSD and Mac OS X, as 32- and 64-bit versions. The binaries can be downloaded manually, or you can let our automatic install scriptinstall-pyrun take care of the installation: ./install-pyrun dir
and you're done.
Please see the product page for more details:
>>> eGenix PyRun - One file Python Runtime
News
This minor level release of eGenix PyRun comes with the following enhancements:
Enhancements / Changes
- Removed lzma module from PyRun for Python 3.x again, since
this caused too many issues with incompatible/missing libzma.so
references. The module is still being built as optional add-on and can
be used if the necessary libs are available, but it will no longer
prevent PyRun from working altogether.
install-pyrun Enhancements
- Updated install-pyrun to default to eGenix PyRun 2.2.3 and its feature set.
Downloads
Please visit the eGenix PyRun product page for downloads, instructions on installation and documentation of the product.
Support
Commercial support for this product is available directly from eGenix.com.
Please see the support section of our website for details.
More Information
For more information on eGenix PyRun, licensing and download instructions, please write to sales@egenix.com.
Enjoy !
Marc-Andre Lemburg, eGenix.com