]> git.gag.com Git - debian/gnuradio/blobdiff - gnuradio-examples/python/digital/benchmark_qt_rx.py
Adding my generated qt_rx_window.py code for the QT GUI interface.
[debian/gnuradio] / gnuradio-examples / python / digital / benchmark_qt_rx.py
index 7615a901242db9e52ac85b98ce0d273494d86554..abc97ec231a11790d9e4b246600c2a0558cbc804 100755 (executable)
@@ -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