commit 2c21c0fa3fbf6dcd42b1bda6a9314c3b4b1bca64 Author: David Fifield david@bamsoftware.com Date: Sat Nov 24 00:17:49 2012 -0800
Document pywin32. --- doc/windows-deployment-howto.txt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/windows-deployment-howto.txt b/doc/windows-deployment-howto.txt index 0d7e71b..3573aaf 100644 --- a/doc/windows-deployment-howto.txt +++ b/doc/windows-deployment-howto.txt @@ -29,6 +29,16 @@ installation and PyInstaller. The official 2.7.3 Windows binary can be found at http://www.python.org/download/.
+1.5 pywin32 http://sourceforge.net/projects/pywin32/files/pywin32/ + +This is a prerequisite for PyInstaller. Enter the directory containing +the latest build number, then download the "win32-py2.7" package. + +The installers don't seem to have signatures. The sha256sum of the +package I downloaded was + +dd665cca88cb059fec960516ed5f29474b33fce50fcb2633d397d4a3aa705c16 *pywin32-218.win32-py2.7.exe + 2. PyInstaller
The 2.0 release can be found at http://www.pyinstaller.org.