commit 171f6f8bf1debafa8d09ccd749d91e891f89abe3 Author: David Fifield david@bamsoftware.com Date: Thu Mar 14 22:40:03 2013 -0700
Instructions for py2exe.
I think that pywin32 is not needed as it is for PyInstaller. --- doc/windows-deployment-howto.txt | 23 ++++------------------- 1 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/doc/windows-deployment-howto.txt b/doc/windows-deployment-howto.txt index a554c7d..5c3c393 100644 --- a/doc/windows-deployment-howto.txt +++ b/doc/windows-deployment-howto.txt @@ -56,29 +56,14 @@ http://docs.python.org/2/using/windows.html#configuring-python: PATH=<existing path>;C:\Python27 You will have to restart your Cygwin shells to pick up the new PATH.
-=== pywin32 +=== py2exe
-This is a prerequisite for PyInstaller. Enter the directory containing -the latest build number, then download the "win32-py2.7" version of the -package. - -http://sourceforge.net/projects/pywin32/files/pywin32/ -http://downloads.sourceforge.net/project/pywin32/pywin32/Build%20218/pywin32... +http://sourceforge.net/projects/py2exe/files/py2exe/ +http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/py2exe-0.6.9.win32...
The sha256sum of the package I used was
-dd665cca88cb059fec960516ed5f29474b33fce50fcb2633d397d4a3aa705c16 pywin32-218.win32-py2.7.exe - -=== PyInstaller - -http://www.pyinstaller.org/#GitRepository - $ git clone https://github.com/pyinstaller/pyinstaller.git pyinstaller-2.0 - $ cd pyinstaller-2.0 - $ git checkout 555e9f7f6fbaccaeb024c658fcb96e199f4a3b0d - -You don't install this package; just leave it at the same directory -level as the flashproxy source code. (The flashproxy makefile expects to -find PyInstaller at ../pyinstaller-2.0.) +610a8800de3d973ed5ed4ac505ab42ad058add18a68609ac09e6cf3598ef056c py2exe-0.6.9.win32-py2.7.exe
=== OpenSSL
tor-commits@lists.torproject.org