diff --git a/setup.py b/setup.py index f599cf17..600e69d9 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ else: def build_qt(): print 'Building Qt applications' - pyuic4 = check_executable('pyuic4', 'To disable Qt applications, use --no-qt.') + pyuic4 = check_executable('pyuic4', 'Install PyQt4-devel or disable Qt applications (with --no-qt).') if sys.platform == 'win32': env={ 'PYUIC' : pyuic4, 'PATH':os.environ['PATH']}