summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/benchmark_qt_rx.py
diff options
context:
space:
mode:
authortrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>2009-06-17 23:33:10 +0000
committertrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>2009-06-17 23:33:10 +0000
commit663886aaf001dea5d5eaea9822a51da36e29639b (patch)
tree06d2f1e621cbb2d66baf7dc01734e6c9fd759b2e /gnuradio-examples/python/digital/benchmark_qt_rx.py
parentf111842d2d79318de500d233c6f6b39a9e635aad (diff)
Adding my generated qt_rx_window.py code for the QT GUI interface.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11227 221aa14e-8319-0410-a670-987f0aec2ac5
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 7615a90124..abc97ec231 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