diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-20 16:04:56 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-20 16:04:56 -0400 |
commit | 68c7b0839fa1d8235560ce821b67301d9b98fc64 (patch) | |
tree | f751aaab6244f7430fb5d989b86b36c6ec99c3ba /gr-qtgui/apps/plot_base.py | |
parent | 0f0eca92b7d951190d7309d22824c9bac946893c (diff) |
qtgui: force ControlPort off when using static plot tools.
Diffstat (limited to 'gr-qtgui/apps/plot_base.py')
-rw-r--r-- | gr-qtgui/apps/plot_base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-qtgui/apps/plot_base.py b/gr-qtgui/apps/plot_base.py index b279e1e977..eaab7599c7 100644 --- a/gr-qtgui/apps/plot_base.py +++ b/gr-qtgui/apps/plot_base.py @@ -25,6 +25,8 @@ from gnuradio.eng_option import eng_option from optparse import OptionParser import os, sys +os.environ['GR_CONF_CONTROLPORT_ON'] = 'False' + try: from gnuradio import qtgui from PyQt4 import QtGui, QtCore |