This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PCbuild/readme.txt description not quite right
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, gregsmith
Priority: normal Keywords:

Created on 2005-04-15 17:21 by gregsmith, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25034 - (view) Author: Gregory Smith (gregsmith) Date: 2005-04-15 17:21
PCbuild/readme.txt contains some very useful
instructions on obtaining external packages
needed to build extensions (zlib, tk, etc),
but there is a small error in the instruction as
to where these distributions should be placed.

"... download the base
packages first and unpack them into siblings of
PCbuilds's parent
directory; for example, if your PCbuild is 
.......\dist\src\PCbuild\,
unpack into new subdirectories of dist\."

This should say
"if your PCbuild is 
.......\dist\Python-2.4.1\src\PCbuild\"

... because that's what works.

msg25035 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-12 07:56
Logged In: YES 
user_id=849994

Actually, it currently seems to be correct.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41863
2005-04-15 17:21:35gregsmithcreate