Changes between Version 1 and Version 2 of InstallationGuidelines/Windows/Developer/Installer/Maintenance
- Timestamp:
- 01/19/12 14:48:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer/Maintenance
v1 v2 11 11 12 12 * Put the python-2.7.2.msi in the same folder as the .NSI-file is 13 * Use 7zip to extract all libary installers except numpy , pywin and scipy.13 * Use 7zip to extract all libary installers except numpy and pywin. 14 14 * Copy the extracted files into the right folders: 15 15 * Content of the PLATLIB folder into the site-packages/<LIBNAME>/ folder. … … 17 17 * Dlls into dlls/<LIBNAME>/ 18 18 19 Numpy and Scipy are compiled based on the processors SSE-Support, so they cant be extracted correctly. Pywin is also not extractable. Just copy the installers into the same folder as the .nsi file is. Name them scipy.exe,numpy.exe and pywin.exe. They will show up during the installation process later, but there is no easy way around that.19 Numpy is compiled based on the processors SSE-Support, so it can't be extracted correctly. Pywin is also not extractable. Just copy the installers into the same folder as the .nsi file is. Name them numpy.exe and pywin.exe. They will show up during the installation process later, but there is no easy way around that. 20 20 21 21 The next step is to prepare Web2Py and Eden.