Changes between Version 13 and Version 14 of InstallDetails
- Timestamp:
- 2009-08-11T23:09:47Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallDetails
v13 v14 190 190 9. Run "C:\Python26\Scripts\tahoe start --basedir C:\taboebase". Your node will start running and connect to the grid. The Windows firewall may ask whether or not to allow python to make network connections. Say yes. 191 191 192 === What if that doesn't work? === 193 192 194 If the build or install steps result in an error that says a compiler is needed, install the MinGW C/C++ compiler as follows: 193 195 … … 209 211 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. 210 212 211 2. Download and install OpenSSL v.9.8k Light from http://www.slproweb.com/products/Win32OpenSSL.html. 213 2. Download and install OpenSSL v.9.8k Light from http://www.slproweb.com/products/Win32OpenSSL.html. 214 215 === How do I make it run as a Windows service? === 216 217 http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html