Elisa Media Center 0.5.34 Release

2009-03-31 Thread Olivier Tilloy
Dear Python users, The Elisa team is happy to announce the release of Elisa Media Center 0.5.34, code-named "Always With Me, Always With You". Elisa is a cross-platform and open-source Media Center written in Python. It uses GStreamer [1] for media playback and pigment [2] to create an appealing

[ANN] Data Plotting Library DISLIN 9.5

2009-03-31 Thread Helmut Michels
Dear Python users, I am pleased to announce version 9.5 of the data plotting software DISLIN. DISLIN is a high-level and easy to use plotting library for displaying data as curves, bar graphs, pie charts, 3D-colour plots, surfaces, contours and maps. Several output formats are supported such as

Davy's Ironpython Editor

2009-03-31 Thread [email protected]
DIE (Davy's Ironpython Editor) is a clutter free IronPython code editor with some basic IDE features. The project intentions is to create a editor along the lines of SPE or DrPython for the IronPython world. DIE is easy to deploy (zero install) and will run from a USB key etc. This project is targ

lockile 0.8

2009-03-31 Thread skip
Lockfile 0.8 has been released. It fixes a bug in 0.7 and works around an apparent bug in the threading module. Get it here: http://pypi.python.org/pypi/lockfile What is lockfile? = The lockfile module provides a platform-independent advisory locking API for Python. -- Sk