Differences between revisions 2 and 3
Revision 2 as of 2008-11-14 13:42:15
Size: 589
Editor: anonymous
Comment: converted to 1.6 markup
Revision 3 as of 2022-04-05 01:10:23
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
To build python with MSVC 2008:

 1. Download the Python-2.5.1.tar.bz2 from [[http://www.python.org/download/releases/2.5.1/]]

 1. Extract the files

 1. Open .../Python-2.5.1/PCbuild8/pcbuild.sln

 1. Remove from the solution explorer the packages tkinter, sqlite, bsdb, and bz2

 1. Under Project->properties->configuration properties switch debug to release

 1. Hit f5

 1. The .exe's should be under .../Python-2.5.1/PCbuild8/Win32Release
NOTES: Python 2.6 and 3.0 should be building under 2008 without package removal, so this is most likely a temporary fix.