mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Adding most basic bbfreeze code
This commit is contained in:
@@ -70,7 +70,13 @@ bbFreeze
|
|||||||
|
|
||||||
Prerequisite is to install :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
|
Prerequisite is to install :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
|
||||||
|
|
||||||
.. todo:: Write steps for most basic .exe
|
.. code-block:: python
|
||||||
|
|
||||||
|
from bbfreeze import Freezer
|
||||||
|
|
||||||
|
freezer = Freezer('script')
|
||||||
|
freezer.addScript('foobar.py')
|
||||||
|
freezer()
|
||||||
|
|
||||||
py2exe
|
py2exe
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user