We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0eca9 commit 68c7b08Copy full SHA for 68c7b08
gr-qtgui/apps/plot_base.py
@@ -25,6 +25,8 @@
25
from optparse import OptionParser
26
import os, sys
27
28
+os.environ['GR_CONF_CONTROLPORT_ON'] = 'False'
29
+
30
try:
31
from gnuradio import qtgui
32
from PyQt4 import QtGui, QtCore
0 commit comments