summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/usrp2_display.py
diff options
context:
space:
mode:
authorTom Rondeau2011-09-23 17:02:45 -0400
committerTom Rondeau2011-09-23 17:02:45 -0400
commitb6f2b4138be9dc9d250dda819f901872c13876be (patch)
tree385fb5e03a3b2fa38c8728a2d68823b990b21b81 /gr-qtgui/apps/usrp2_display.py
parent518ba0510a6607011f2c3257dd57bf623033c0b9 (diff)
downloadgnuradio-b6f2b4138be9dc9d250dda819f901872c13876be.tar.gz
gnuradio-b6f2b4138be9dc9d250dda819f901872c13876be.tar.bz2
gnuradio-b6f2b4138be9dc9d250dda819f901872c13876be.zip
qtgui: fixing import statements in qtgui apps to print an error if extra python modules are not available.
Diffstat (limited to 'gr-qtgui/apps/usrp2_display.py')
-rwxr-xr-xgr-qtgui/apps/usrp2_display.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/usrp2_display.py b/gr-qtgui/apps/usrp2_display.py
index ab1a6f742..497bcc00e 100755
--- a/gr-qtgui/apps/usrp2_display.py
+++ b/gr-qtgui/apps/usrp2_display.py
@@ -33,7 +33,7 @@ try:
from PyQt4 import QtGui, QtCore
import sip
except ImportError:
- print "Please install gr-qtgui."
+ print "Error: Program requires PyQt4 and gr-qtgui."
sys.exit(1)
try: