Getting Started with bbfreeze
Discover how to install and use bbfreeze to convert Python scripts into standalone executables. Learn by applying bbfreeze to simple scripts and wxPython programs, and understand the basics of packaging your Python applications for cross-platform use.
We'll cover the following...
We'll cover the following...
You can use easy_install to download and install bbfreeze or you can just download its source or the egg file directly from the Python Package Index (PyPI). In this article, we’ll try using it on a simple configuration file generator script and we’ll also try it against the wxPython program ...