tweaks to instructions for Vista

[Imported from Trac: page InstallDetails, version 16]
davidsarah 2009-08-17 21:51:09 +00:00
parent e8a62651cf
commit 425deb585e

@ -202,9 +202,9 @@ If the build or install steps result in an error that says a compiler is needed,
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. If you installed MinGW in some place other than C:\MinGW, adjust the path appropriately.
3. Add the MinGW binary path to your Path variable. To do that, go to the control panel (classic view), and double-click "System". Click on the "Advanced" tab (for Vista, click the "Advanced system settings" link on the left and accept the elevation prompt), then click the "Environment Variables" button. Scroll down to the "Path" variable in the "System Variables" list, double-click it, append ";C:\MinGW\bin" to the path, and "OK" out of all the dialogs. If you installed MinGW in some place other than C:\MinGW, adjust the path appropriately.
After installing the compilers, repeat the "build" and "install" steps.
After installing the compilers, repeat the above instructions from step 4 (using a new command prompt to make sure that the environment variable setting has taken effect).
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: