Kaydet (Commit) 40f982fb authored tarafından Georg Brandl's avatar Georg Brandl

#4731: clarify message about missing module prerequisites.

üst 6425a2fa
......@@ -215,7 +215,8 @@ class PyBuildExt(build_ext):
if missing:
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 ("To find the necessary bits, look in setup.py in"
" detect_modules() for the module's name.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment