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


pgxman - PostgreSQL Extension Manager
19/02/2024

pgxman is a package manager like npm, but instead of Javascript packages, it is for PostgreSQL extensions. It detects and streamlines extension operations and looks after dependency manageme [ ... ]



Google Releases Gemma Open Models
28/02/2024

Google has released a set of lightweight open models that have been built from the same research and technology used to create Google's recent Gemini models.


More News

 

raspberry pi books

 

Comments




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

 

Last Updated ( Friday, 29 August 2014 )