eGenix PyRun 2.0.1 Released
Friday, 29 August 2014

A new release of PyRun, the open source, one-file, no installation version of Python. has just been released by eGenix.


PyRun makes the distribution of a Python interpreter to run scripts and applications to Unix based systems as simple as copying a single file.

Compared to a regular Python installation of typically 100MB on disk, its executable needs 13MB for Python 3 and 11MB for Python 2 and can be compressed to just 3-4MB using the executable packer upx, if needed. This makes it useful for applications and scripts that need to be distributed to several target machines, client installations or customers.

The advantages using PyRun, its features and how to use it are outlined in this EuroPython 2012 talk by  Marc-AndrĂ© Lemburg, CEO of eGenix.com:

 

 

The latest release is a patch level release of PyRun 2.0 which added Python 3.4 support. The main changes from 2.0.0 to 2.0.1 is that it has been upgraded to work with Python 2.7.8 by default and a bug in the license printer has been fixed to show the correct license URL.

 

Thanks to a shell script, install-pyrun, an eGenix PyRun installation is as simple as running:

./install-pyrun targetdir

This will automatically detect the platform, download and install the right pyrun version into targetdir. This script has been  updated to default to eGenix PyRun 2.0.1 and its feature set for this release.

 

 

 

 

More Information

eGenix PyRun

Related Articles

Python 3.4 Is Now Available With New Features

Python 2.7 To Be Maintained Until 2020

Python 101 (book review)

Other Python Book Reviews

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


DuckDB And Hydra Partner To Get DuckDB Into PostgreSQL
11/11/2024

The offspring of that partnership is pg_duckdb, an extension that embeds the DuckDB engine into the PostgreSQL database, allowing it to handle analytical workloads.



Copilot Improves Code Quality
27/11/2024

Findings from GitHub show that code authored with Copilot has increased functionality and improved readability, is of better quality, and receives higher approval rates than code authored without it.

 [ ... ]


More News

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

Last Updated ( Friday, 29 August 2014 )