Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #88

ANN: bbfreeze 0.97.3

From schmir@gmail.com
Subject ANN: bbfreeze 0.97.3
Date 2011-04-12 13:09 +0200
Newsgroups comp.lang.python.announce
Message-ID <mailman.256.1302615722.9059.python-announce-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: bbfreeze 0.97.3 schmir@gmail.com - 2011-04-12 13:09 +0200

csiph-web