diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-28 07:56:38 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-28 07:56:38 (GMT) |
commit | faa7f116f2660c2dca8c7cc87951d0da691b2258 (patch) | |
tree | 7825a6663f53c5f248b8150c21ae2e0f47ee982a /PCbuild/readme.txt | |
parent | 63ce5af49660181d129aabb9c096cab07807b54b (diff) | |
download | cpython-faa7f116f2660c2dca8c7cc87951d0da691b2258.zip cpython-faa7f116f2660c2dca8c7cc87951d0da691b2258.tar.gz cpython-faa7f116f2660c2dca8c7cc87951d0da691b2258.tar.bz2 |
Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't work
until you download the new expat and install it; see PCbuild\readme.txt.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index c6033f1..8680e7d 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -100,9 +100,14 @@ bsddb step in an enviroment that already has the correct envars set up). pyexpat - Python wrapper for accelerated XML parsing. Requires - ftp://ftp.jclark.com/pub/xml/expat.zip - Unpack into dist\expat. + Python wrapper for accelerated XML parsing. Requires the Windows + expat_win32bin installer from + http://sourceforge.net/projects/expat/ + Currently using version 1.95.2. + Install into dist\expat. + You should also copy expat\Libs\expat.dll into your PCbuild directory, + else at least two tests will fail (test_pyexpat and test_sax), and + others will erroneously get skipped (at least test_minidom). NOTE ON CONFIGURATIONS |