Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'flags': 0.05; 'python': 0.07; 'url:pypi': 0.09; 'namespace': 0.09; 'scripts,': 0.09; 'scripts': 0.10; 'win32': 0.12; 'binary': 0.14; 'received:74.125.82.44': 0.14; 'received:mail- ww0-f44.google.com': 0.14; 'egg': 0.16; 'executable.': 0.16; 'executables': 0.16; 'frozen': 0.16; 'loader': 0.16; 'ralf': 0.16; 'handles': 0.20; 'to:2**1': 0.20; 'cheers,': 0.20; 'not.': 0.22; 'parse': 0.23; 'fix': 0.24; 'value.': 0.25; 'windows': 0.26; 'installed': 0.29; 'packages': 0.29; 'changes': 0.29; 'minimal': 0.29; 'operating': 0.30; 'standalone': 0.31; 'does': 0.31; 'all,': 0.31; 'creates': 0.33; 'options': 0.34; 'files,': 0.35; 'header :User-Agent:1': 0.35; 'systems,': 0.36; 'url:python': 0.37; 'run': 0.37; 'received:google.com': 0.38; 'but': 0.38; 'url:org': 0.38; 'set': 0.39; 'to:addr:python.org': 0.39; 'works': 0.40; 'header:Received:5': 0.40; 'from:no real name:2**0': 0.60; 'link': 0.62; 'to:addr:googlegroups.com': 0.69; 'exclude': 0.77; 'freeze': 0.84; 'tracks': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:user-agent :mime-version:content-type; bh=EOnFHXBxx2yhRZ6MpM3I70Df3kLlppXpFeSTb3jThUI=; b=CPqJYyLLgCKONV8S5NoAC0klYeebCQGc1dek6+vQN5TsnITTdM9HPJAMVY5yB1zG4I gKjcU+RHXvGj20bOsMqOHk/i2+DP4mCCsd1Ptpdt3zFrd8iYbmg7RH695uvpyDoaSHqS Zsz9rAh8iF/vJDmj4Gf20fowrAily5qCpvEZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=OTsrP2q0G1qDCYlK44cl5/D4BCEq8gnieeuykMvPVTi1t/rDyQRmxdbR2FfUHo4mYd IrNjNyWGOmO0EskA065jn9KTF92i+5XpdNiHp4seGzre0HJ4HsyjJqJTAk3AzlLOPN2w c2HleuF03zVxwi9zrFIKbcBOOYRn1lRpFbIIM= From: schmir@gmail.com To: python-announce@python.org, bbfreeze-users Subject: ANN: bbfreeze 0.97.3 Date: Tue, 12 Apr 2011 13:09:37 +0200 User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Tue, 12 Apr 2011 15:42:01 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 28 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302615723 news.xs4all.nl 81484 [::ffff:82.94.164.166]:55650 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:88 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