mirror of
https://github.com/python/cpython.git
synced 2025-09-15 13:16:12 +00:00
#4731: clarify message about missing module prerequisites.
This commit is contained in:
parent
6425a2fa8f
commit
40f982fbdf
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -215,7 +215,8 @@ class PyBuildExt(build_ext):
|
||||||
|
|
||||||
if missing:
|
if missing:
|
||||||
print
|
print
|
||||||
print "Failed to find the necessary bits to build these modules:"
|
print ("Python build finished, but the necessary bits to build "
|
||||||
|
"these modules were not found:")
|
||||||
print_three_column(missing)
|
print_three_column(missing)
|
||||||
print ("To find the necessary bits, look in setup.py in"
|
print ("To find the necessary bits, look in setup.py in"
|
||||||
" detect_modules() for the module's name.")
|
" detect_modules() for the module's name.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue