[Imported from Trac: page InstallDetails, version 13]

swillden 2009-07-31 05:02:02 +00:00
parent 29d88e91df
commit b1c2029646

@ -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.
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 <http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en>. This is needed for OpenSSL.
2. Download and install OpenSSL v.9.8k Light from <http://www.slproweb.com/products/Win32OpenSSL.html>.