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


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

ANN: bbfreeze 0.97.3

Started byschmir@gmail.com
First post2011-04-12 13:09 +0200
Last post2011-04-12 13:09 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

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

#88 — ANN: bbfreeze 0.97.3

Fromschmir@gmail.com
Date2011-04-12 13:09 +0200
SubjectANN: bbfreeze 0.97.3
Message-ID<mailman.256.1302615722.9059.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web