summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/plot_fft_base.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-01-17 09:08:11 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-01-17 09:08:11 -0800
commit32e0712b763a21c7cd750477a686228919e18492 (patch)
treec5d4f53cf3709d82c0dc56bed714f4b5d6a62abc /gr-utils/python/utils/plot_fft_base.py
parentb17bcb88e68a0347a273e9369e21b9d67c2137a1 (diff)
parent4ce1d4991f41173d6e2e6469f6b61e205b7172a5 (diff)
Merge branch 'maint'
Diffstat (limited to 'gr-utils/python/utils/plot_fft_base.py')
-rwxr-xr-xgr-utils/python/utils/plot_fft_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/utils/plot_fft_base.py b/gr-utils/python/utils/plot_fft_base.py
index 4afdc3a360..c4bc484d97 100755
--- a/gr-utils/python/utils/plot_fft_base.py
+++ b/gr-utils/python/utils/plot_fft_base.py
@@ -30,7 +30,7 @@ except ImportError:
try:
from pylab import *
except ImportError:
- print "Please install Matplotlib to run this script (http://matplotlib.sourceforge.net/)"
+ print "Please install Python Matplotlib (http://matplotlib.sourceforge.net/) and Python TkInter https://wiki.python.org/moin/TkInter to run this script"
raise SystemExit, 1
from optparse import OptionParser