summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/benchmark_qt_rx.py
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python/digital/benchmark_qt_rx.py')
-rwxr-xr-xgnuradio-examples/python/digital/benchmark_qt_rx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital/benchmark_qt_rx.py b/gnuradio-examples/python/digital/benchmark_qt_rx.py
index 7615a9012..abc97ec23 100755
--- a/gnuradio-examples/python/digital/benchmark_qt_rx.py
+++ b/gnuradio-examples/python/digital/benchmark_qt_rx.py
@@ -47,7 +47,8 @@ try:
from qt_rx_window import Ui_DigitalWindow
except ImportError:
print "Error: could not find qt_rx_window.py:"
- print "\t\"pyuic4 qt_rx_window.ui -o qt_rx_window.py\""
+ print "\tYou must first build this from qt_rx_window.ui with the following command:"
+ print "\t\ "pyuic4 qt_rx_window.ui -o qt_rx_window.py\""
sys.exit(1)
#import os