ANNOUNCE: PyGTK All-in-one Installer 2.24.0

2011-04-12 Thread Dieter Verfaillie
We are pleased to announce release 2.24.0 of the PyGTK All-in-one
installer for Windows.

More information can be found in the README file at:
http://download.gnome.org/binaries/win32/pygtk/2.24/pygtk-all-in-one.README

* What is it?
=

The PyGTK All-in-one installer provides an alternative installation
method for PyGTK users on Windows. It bundles PyGTK, PyGObject,
PyCairo, PyGtkSourceView2, PyGooCanvas, PyRsvg, the gtk+-bundle
and Glade in one handy installer.

Currently 32 bit Python 2.6 and 2.7 versions are supported
on Windows XP and up.

Some screenshots can be seen at:
https://github.com/dieterv/pygtk-installer/wiki

* What's changed in 2.24.0 ?


  * Updated to PyGTK 2.24.0 and PyGObject 2.28.3
  * Updated bundled GTK+ runtime packages to GTK+ 2.24.0-1
and GLib 2.28.1-1
  * Updated to Glade 3.8.0

* Where to get it?
==

binaries:

http://download.gnome.org/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.0.win32-py2.6.msi
  md5sum: db407835f23f58e43cd4cadea4921a48
  size  : 32,7M

http://download.gnome.org/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.0.win32-py2.7.msi
  md5sum: 70d8b7d631da4049f4ceccdf4a001363
  size  : 32,7M

source code of the installer build tool:

https://github.com/dieterv/pygtk-installer/tree/release-2.24.0
https://github.com/dieterv/pygtk-installer/tarball/release-2.24.0
https://github.com/dieterv/pygtk-installer/zipball/release-2.24.0


Enjoy!

The PyGTK Team
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: bbfreeze 0.97.3

2011-04-12 Thread schmir
Hi all,

I uploaded bbfreeze 0.97.3 to the python package index.

bbfreeze creates standalone executables from python scripts (similar to
py2exe).  bbfreeze works on windows and unix-like operating systems, but
does not support OS X.

bbfreeze is able to freeze multiple scripts, handles egg files,
namespace packages and tracks binary dependencies.

Changes in this release include:

- exclude ms-win-api-* and query.dll.
- make py parse minimal set of options required to run py.test on the
  frozen executable.
- link with /LARGEADDRESSAWARE on win32
- ensure RPATH of application loader has the right value. try to fix
  it with patchelf if not.
- set dont_write_bytecode and no_user_site flags if they are
  available.
- handle pip installed namespace packages

More information can be found at the python package index:
http://pypi.python.org/pypi/bbfreeze/

Cheers,
- Ralf
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/