commit | 40f982fbdfa7ae10b14f1906915cc15938f82641 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Dec 28 11:58:49 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Dec 28 11:58:49 2008 +0000 |
tree | ce41f6df952d670217522c9fdca949bc69580b89 | |
parent | 6425a2fa8f354e755f876f2dea708697e42cc9fd [diff] |
#4731: clarify message about missing module prerequisites.
diff --git a/setup.py b/setup.py index a7fe3e4..0948e67 100644 --- a/setup.py +++ b/setup.py
@@ -215,7 +215,8 @@ 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.")