From 56c10da3c4db8cf80b049d21f03dc325d649cb41 Mon Sep 17 00:00:00 2001 From: daira <> Date: Thu, 29 Aug 2013 17:16:39 +0000 Subject: [PATCH] Windows [Imported from Trac: page BBFreeze, version 3] --- BBFreeze.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/BBFreeze.md b/BBFreeze.md index 786c724..9db35ce 100644 --- a/BBFreeze.md +++ b/BBFreeze.md @@ -20,3 +20,24 @@ PYTHONPATH='`pwd`/src' bin/tahoe @bb-freeze static/tahoe.py cd dist tahoe --help ``` + +On Windows, download and install the following dependencies: +* +* bbfreeze_loader 1.1.0 +* altgraph 0.9 + +Then: +``` +git clone https://github.com/schmir/bbfreeze.git +cd bbfreeze +python setup.py install +cd .. + +cd tahoe +python setup.py build +set PYTHONPATH=%CD%\support\Lib\site-packages;%CD%\src +C:\Python27\Scripts\bb-freeze static\tahoe.py +set PYTHONPATH= +cd dist +tahoe --help +``` \ No newline at end of file