diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-01-17 09:11:22 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-01-17 09:11:22 -0800 |
commit | 25761ace73a374136b07717d3cf9ed4d1c83a841 (patch) | |
tree | 8cc49d854b639b1aa6c1433e88beed460cea3dd9 /gr-utils/python/utils/plot_fft_base.py | |
parent | d2c6938b4922ba4942aad96bd47c1391e9516f2a (diff) | |
parent | 32e0712b763a21c7cd750477a686228919e18492 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-utils/python/utils/plot_fft_base.py')
-rwxr-xr-x | gr-utils/python/utils/plot_fft_base.py | 2 |
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 |