Differences between revisions 1 and 2
Revision 1 as of 2008-04-29 18:43:26
Size: 589
Editor: ChrisGorecki
Comment:
Revision 2 as of 2008-11-14 13:42:15
Size: 589
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 1. Download the Python-2.5.1.tar.bz2 from ["http://www.python.org/download/releases/2.5.1/"]  1. Download the Python-2.5.1.tar.bz2 from [[http://www.python.org/download/releases/2.5.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/

  2. Extract the files
  3. Open .../Python-2.5.1/PCbuild8/pcbuild.sln
  4. Remove from the solution explorer the packages tkinter, sqlite, bsdb, and bz2
  5. Under Project->properties->configuration properties switch debug to release

  6. Hit f5
  7. 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.