From b1c2029646084cabb6ed9655401cdf6fd5f8bf19 Mon Sep 17 00:00:00 2001 From: swillden <> Date: Fri, 31 Jul 2009 05:02:02 +0000 Subject: [PATCH] [Imported from Trac: page InstallDetails, version 13] --- InstallDetails.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/InstallDetails.md b/InstallDetails.md index 10ef77a..7a7ffc4 100644 --- a/InstallDetails.md +++ b/InstallDetails.md @@ -202,4 +202,10 @@ compiler=mingw32 3. Add the MinGW binary path to your Path variable. To do that, go to the control panel (classic view), double-click "System", click on the "Advanced" tab, click on the "Environment Variables" button, scroll down to the "Path" variable in the "System Variables" list, double-click it, and append ";C:\MinGW\bin" to the path. -After installing the compilers, repeat the "build" and "install" steps. \ No newline at end of file +After installing the compilers, repeat the "build" and "install" steps. + +If you prefer to use Python 2.5, you must install a 2.5 build of pywin32 and also install OpenSSL or Tahoe will fail to run with an error about being unable to find ssl.dll. To install OpenSSL: + +1. Download and install the Visual Studio 2008 redistributables from . This is needed for OpenSSL. + +2. Download and install OpenSSL v.9.8k Light from . \ No newline at end of file