[pywin32-checkins] pywin32 README.txt,NONE,1.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-10-11 06:48:45
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32003 Added Files: README.txt Log Message: README for the root of the source tree. --- NEW FILE: README.txt --- This is the readme for the Python for Win32 (pywin32) extensions source code. 'setup_win32all.py' (soon to be renamed to the standard 'setup.py') is a standard distutils build script. You probably want to: % setup_win32all.py install or % setup_win32all.py --help As for Python itself, these extensions require MSVC7 for Python 2.4 and later, otherwise MSVC6. Some extensions require a recent "Platform SDK" from Microsoft, and in general, the latest service packs should be installed, but run 'setup_win32all.py' without any arguments to see specific information about dependencies. A vanilla MSVC installation should be able to build most extensions and list any extensions that could not be built due to missing libraries - if the build actually fails with your configuration, please log a bug via http://sourceforge.net/projects/pywin32. |