diff -r 82db02a2e023 setup.py --- a/setup.py Fri May 31 23:18:39 2013 -0400 +++ b/setup.py Wed Jul 03 10:52:23 2013 -0400 @@ -259,8 +259,9 @@ if missing: print() - print("Python build finished, but the necessary bits to build " - "these modules were not found:") + print("Python build finished successfully!") + print("External libraries and/or header files needed to build " + "these optional 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.")