Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-04-29 18:43:26
Size: 589
Editor: ChrisGorecki
Comment:
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.