[pywin32-checkins] pywin32 setup.py,1.113,1.114
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-11-16 04:43:33
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9956 Modified Files: setup.py Log Message: add note about SDK options for py 2.3 Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** setup.py 16 Nov 2010 04:16:55 -0000 1.113 --- setup.py 16 Nov 2010 04:43:23 -0000 1.114 *************** *** 23,26 **** --- 23,30 ---- Microsoft Windows Software Development Kit Update for Windows Vista (version 6.0) http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4377f86d-c913-4b5c-b87e-ef72e5b4e065 + ** If you want to build Python 2.3, be sure to install the SDK compilers + too - although we don't use them, this setup option installs some .lib + files we do need. + ** Python 2.6+: Microsoft Windows SDK for Windows 7 and .NET Framework 4 (version 7.1) |