summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/gr_plot_const
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/utils/gr_plot_const')
-rwxr-xr-xgr-utils/python/utils/gr_plot_const3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-utils/python/utils/gr_plot_const b/gr-utils/python/utils/gr_plot_const
index 6d0484391e..9b7172e00e 100755
--- a/gr-utils/python/utils/gr_plot_const
+++ b/gr-utils/python/utils/gr_plot_const
@@ -28,7 +28,8 @@ try:
from pylab import *
from matplotlib.font_manager import fontManager, FontProperties
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 argparse import ArgumentParser