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


Early 2025 Java Conferences Galore Part 3
23/05/2025

We continue the lowdown on Java conferences. Having looked initally at sessions from three Voxxed events, last week we explored two Devoxx events and JavaOne. This week it's the turn of JCha [ ... ]



Apache Gravitino 0.9 Released
29/05/2025

Apache Gravitino v0.9.0-incubating has been released, with optimizations to the fileset catalogs and model catalogs, making it easier for users to manage their unstructured AI data and model data.


More News

 

espbook

 

Comments




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

 

Last Updated ( Friday, 29 August 2014 )