Hi all, <br><br>I've just uploaded bbfreeze 0.92.0 to python's cheeseshop.<br>bbfreeze creates standalone executables from python scripts. It's similar<br>in functionality to py2exe or cx_Freeze.<br><br>It offers the following features:
<br><br>easy installation <br> bbfreeze can be installed with setuptools' easy_install command.<br><br>binary dependency tracking<br> bbfreeze will track binary dependencies and will include DLLs and<br> shared libraries needed by a frozen program.
<br><br>multiple script freezing<br> bbfreeze can freeze multiple scripts at once.<br><br>python interpreter included<br> bbfreeze will create an extra executable named 'py', which might be<br> 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>