Hi all, <br><br>I&#39;ve just uploaded bbfreeze 0.92.0 to python&#39;s cheeseshop.<br>bbfreeze creates standalone executables from python scripts. It&#39;s similar<br>in functionality to py2exe or cx_Freeze.<br><br>It offers the following features:
<br><br>easy installation <br>&nbsp; bbfreeze can be installed with setuptools&#39; easy_install command.<br><br>binary dependency tracking<br>&nbsp; bbfreeze will track binary dependencies and will include DLLs and<br>&nbsp; shared libraries needed by a frozen program.
<br><br>multiple script freezing<br>&nbsp; bbfreeze can freeze multiple scripts at once.<br><br>python interpreter included<br>&nbsp; bbfreeze will create an extra executable named &#39;py&#39;, which might be<br>&nbsp; used like the python executable itself.
<br><br>bbfreeze works on windows and UNIX-like operating systems. It<br>currently does not work on OS X. bbfreeze has been tested with python<br>2.4 and 2.5. bbfreeze will not work with python versions prior to 2.3<br>as it uses the zipimport feature introduced with python 
2.3.<br><br><br>Links<br>--------<br><br>cheese shop entry:<br><a href="http://cheeseshop.python.org/pypi/bbfreeze/">http://cheeseshop.python.org/pypi/bbfreeze/</a><br><br>homepage:<br><a href="http://systemexit.de/bbfreeze/">
http://systemexit.de/bbfreeze/</a><br><br>mercurial repository:<br><a href="http://systemexit.de/repo/bbfreeze">http://systemexit.de/repo/bbfreeze</a><br><br>Regards,<br>- Ralf<br><br>