BretJust built OP25 on Debian Jessie without issue. However when I try to run a simple scope command it fails with the following error:
Traceback (most recent call last): File "./scope.py", line 2751, in <module> app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__ wx.App.__init__ (self, redirect=False) File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__ self._BootstrapApp() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit frame = stdframe (self.top_block_maker, self.title, self._nstatus) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__ self.panel = stdpanel (self, self, top_block_maker) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__ self.top_block = top_block_maker (frame, self, vbox, sys.argv) File "./scope.py", line 212, in __init__ self.__init_gui(frame, panel, vbox) File "./scope.py", line 466, in __init_gui self.frame.CreateStatusBar() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_windows.py", line 615, in CreateStatusBar return _windows_.Frame_CreateStatusBar(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "!m_frameStatusBar" failed at ../src/common/framecmn.cpp(381) in CreateStatusBar(): recreating status bar in wxFrame
The command I am running is simply "./scope.py -f 152.5925e6". Other references to this error that I have been able to find appeared to all be resolved by adding or properly formatting the NAC in the trunk.tsv file. Scope.py properly finds the SDR dongle, and will set the gain if I provide the argument, but always fails with this error and never opens the GUI. I'm sure I'm missing something simple.
Thanks,
Brett
If u run just ./scope.py does it come up
-------------------------------------------- On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com [op25-dev] op25-dev@yahoogroups.com wrote:
Subject: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Saturday, January 28, 2017, 2:06 PM
BretJust built OP25 on Debian Jessie without issue. However when I try to run a simple scope command it fails with the following error:
Traceback (most recent call last): File "./scope.py", line 2751, in <module> app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__ wx.App.__init__ (self, redirect=False) File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__ self._BootstrapApp() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit frame = stdframe (self.top_block_maker, self.title, self._nstatus) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__ self.panel = stdpanel (self, self, top_block_maker) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__ self.top_block = top_block_maker (frame, self, vbox, sys.argv) File "./scope.py", line 212, in __init__ self.__init_gui(frame, panel, vbox) File "./scope.py", line 466, in __init_gui self.frame.CreateStatusBar() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_windows.py", line 615, in CreateStatusBar return _windows_.Frame_CreateStatusBar(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "!m_frameStatusBar" failed at ../src/common/framecmn.cpp(381) in CreateStatusBar(): recreating status bar in wxFrame
The command I am running is simply "./scope.py -f 152.5925e6". Other references to this error that I have been able to find appeared to all be resolved by adding or properly formatting the NAC in the trunk.tsv file. Scope.py properly finds the SDR dongle, and will set the gain if I provide the argument, but always fails with this error and never opens the GUI. I'm sure I'm missing something simple.
Thanks,
Brett
Yes it does.
On Sun, Jan 29, 2017 at 10:27 AM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
If u run just ./scope.py does it come up
On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
Subject: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Saturday, January 28, 2017, 2:06 PM
BretJust built OP25 on Debian Jessie without issue. However when I try to run a simple scope command it fails with the following error:
Traceback (most recent call last): File "./scope.py", line 2751, in <module> app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__
self._BootstrapApp() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit
frame = stdframe (self.top_block_maker, self.title, self._nstatus) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__
self.panel = stdpanel (self, self, top_block_maker) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__
self.top_block = top_block_maker (frame, self, vbox, sys.argv) File "./scope.py", line 212, in __init__
self.__init_gui(frame, panel, vbox) File "./scope.py", line 466, in __init_gui self.frame.CreateStatusBar() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_windows.py", line 615, in CreateStatusBar return _windows_.Frame_CreateStatusBar(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "!m_frameStatusBar" failed at ../src/common/framecmn.cpp(381) in CreateStatusBar(): recreating status bar in wxFrame
The command I am running is simply "./scope.py -f 152.5925e6". Other references to this error that I have been able to find appeared to all be resolved by adding or properly formatting the NAC in the trunk.tsv file. Scope.py properly finds the SDR dongle, and will set the gain if I provide the argument, but always fails with this error and never opens the GUI. I'm sure I'm missing something simple.
Thanks,
Brett
Posted by: Sean Kealy superstardodge@yahoo.com
Yahoo Groups Links
I may have misinterpreted your question thinking you were asking if the error comes up rather than asking if the GUI comes up.
If I run scope.py without any arguments I still get the same error. Any manner of command line arguments produces the same error.
On Sun, Jan 29, 2017 at 10:27 AM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
If u run just ./scope.py does it come up
On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
Subject: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Saturday, January 28, 2017, 2:06 PM
BretJust built OP25 on Debian Jessie without issue. However when I try to run a simple scope command it fails with the following error:
Traceback (most recent call last): File "./scope.py", line 2751, in <module> app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__
self._BootstrapApp() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit
frame = stdframe (self.top_block_maker, self.title, self._nstatus) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__
self.panel = stdpanel (self, self, top_block_maker) File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__
self.top_block = top_block_maker (frame, self, vbox, sys.argv) File "./scope.py", line 212, in __init__
self.__init_gui(frame, panel, vbox) File "./scope.py", line 466, in __init_gui self.frame.CreateStatusBar() File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_windows.py", line 615, in CreateStatusBar return _windows_.Frame_CreateStatusBar(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "!m_frameStatusBar" failed at ../src/common/framecmn.cpp(381) in CreateStatusBar(): recreating status bar in wxFrame
The command I am running is simply "./scope.py -f 152.5925e6". Other references to this error that I have been able to find appeared to all be resolved by adding or properly formatting the NAC in the trunk.tsv file. Scope.py properly finds the SDR dongle, and will set the gain if I provide the argument, but always fails with this error and never opens the GUI. I'm sure I'm missing something simple.
Thanks,
Brett
Posted by: Sean Kealy superstardodge@yahoo.com
Yahoo Groups Links
Did you do the remove modprobe command?
On Tuesday, January 31, 2017 2:18 PM, "Brett Friermood brett.friermood@gmail.com [op25-dev]" op25-dev@yahoogroups.com wrote:
I may have misinterpreted your question thinking you were asking if the error comes up rather than asking if the GUI comes up. If I run scope.py without any arguments I still get the same error. Any manner of command line arguments produces the same error. On Sun, Jan 29, 2017 at 10:27 AM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
If u run just ./scope.py does it come up
------------------------------ -------------- On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com [op25-dev] op25-dev@yahoogroups.com wrote:
Subject: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Saturday, January 28, 2017, 2:06 PM
BretJust built OP25 on Debian Jessie without issue. However when I try to run a simple scope command it fails with the following error:
Traceback (most recent call last): File "./scope.py", line 2751, in <module> app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 46, in __init__ wx.App.__init__ (self, redirect=False) File "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", line 8628, in __init__ self._BootstrapApp() File "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", line 8196, in _BootstrapApp return _core_.PyApp__BootstrapApp(* args, **kwargs) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 49, in OnInit frame = stdframe (self.top_block_maker, self.title, self._nstatus) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 76, in __init__ self.panel = stdpanel (self, self, top_block_maker) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 98, in __init__ self.top_block = top_block_maker (frame, self, vbox, sys.argv) File "./scope.py", line 212, in __init__ self.__init_gui(frame, panel, vbox) File "./scope.py", line 466, in __init_gui self.frame.CreateStatusBar() File "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_ windows.py", line 615, in CreateStatusBar return _windows_.Frame_ CreateStatusBar(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "!m_frameStatusBar" failed at ../src/common/framecmn.cpp( 381) in CreateStatusBar(): recreating status bar in wxFrame
The command I am running is simply "./scope.py -f 152.5925e6". Other references to this error that I have been able to find appeared to all be resolved by adding or properly formatting the NAC in the trunk.tsv file. Scope.py properly finds the SDR dongle, and will set the gain if I provide the argument, but always fails with this error and never opens the GUI. I'm sure I'm missing something simple.
Thanks,
Brett
------------------------------ ------ Posted by: Sean Kealy superstardodge@yahoo.com ------------------------------ ------
------------------------------ ------
Yahoo Groups Links
#yiv6094294787 #yiv6094294787 -- #yiv6094294787ygrp-mkp {border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}#yiv6094294787 #yiv6094294787ygrp-mkp hr {border:1px solid #d8d8d8;}#yiv6094294787 #yiv6094294787ygrp-mkp #yiv6094294787hd {color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}#yiv6094294787 #yiv6094294787ygrp-mkp #yiv6094294787ads {margin-bottom:10px;}#yiv6094294787 #yiv6094294787ygrp-mkp .yiv6094294787ad {padding:0 0;}#yiv6094294787 #yiv6094294787ygrp-mkp .yiv6094294787ad p {margin:0;}#yiv6094294787 #yiv6094294787ygrp-mkp .yiv6094294787ad a {color:#0000ff;text-decoration:none;}#yiv6094294787 #yiv6094294787ygrp-sponsor #yiv6094294787ygrp-lc {font-family:Arial;}#yiv6094294787 #yiv6094294787ygrp-sponsor #yiv6094294787ygrp-lc #yiv6094294787hd {margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}#yiv6094294787 #yiv6094294787ygrp-sponsor #yiv6094294787ygrp-lc .yiv6094294787ad {margin-bottom:10px;padding:0 0;}#yiv6094294787 #yiv6094294787actions {font-family:Verdana;font-size:11px;padding:10px 0;}#yiv6094294787 #yiv6094294787activity {background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}#yiv6094294787 #yiv6094294787activity span {font-weight:700;}#yiv6094294787 #yiv6094294787activity span:first-child {text-transform:uppercase;}#yiv6094294787 #yiv6094294787activity span a {color:#5085b6;text-decoration:none;}#yiv6094294787 #yiv6094294787activity span span {color:#ff7900;}#yiv6094294787 #yiv6094294787activity span .yiv6094294787underline {text-decoration:underline;}#yiv6094294787 .yiv6094294787attach {clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}#yiv6094294787 .yiv6094294787attach div a {text-decoration:none;}#yiv6094294787 .yiv6094294787attach img {border:none;padding-right:5px;}#yiv6094294787 .yiv6094294787attach label {display:block;margin-bottom:5px;}#yiv6094294787 .yiv6094294787attach label a {text-decoration:none;}#yiv6094294787 blockquote {margin:0 0 0 4px;}#yiv6094294787 .yiv6094294787bold {font-family:Arial;font-size:13px;font-weight:700;}#yiv6094294787 .yiv6094294787bold a {text-decoration:none;}#yiv6094294787 dd.yiv6094294787last p a {font-family:Verdana;font-weight:700;}#yiv6094294787 dd.yiv6094294787last p span {margin-right:10px;font-family:Verdana;font-weight:700;}#yiv6094294787 dd.yiv6094294787last p span.yiv6094294787yshortcuts {margin-right:0;}#yiv6094294787 div.yiv6094294787attach-table div div a {text-decoration:none;}#yiv6094294787 div.yiv6094294787attach-table {width:400px;}#yiv6094294787 div.yiv6094294787file-title a, #yiv6094294787 div.yiv6094294787file-title a:active, #yiv6094294787 div.yiv6094294787file-title a:hover, #yiv6094294787 div.yiv6094294787file-title a:visited {text-decoration:none;}#yiv6094294787 div.yiv6094294787photo-title a, #yiv6094294787 div.yiv6094294787photo-title a:active, #yiv6094294787 div.yiv6094294787photo-title a:hover, #yiv6094294787 div.yiv6094294787photo-title a:visited {text-decoration:none;}#yiv6094294787 div#yiv6094294787ygrp-mlmsg #yiv6094294787ygrp-msg p a span.yiv6094294787yshortcuts {font-family:Verdana;font-size:10px;font-weight:normal;}#yiv6094294787 .yiv6094294787green {color:#628c2a;}#yiv6094294787 .yiv6094294787MsoNormal {margin:0 0 0 0;}#yiv6094294787 o {font-size:0;}#yiv6094294787 #yiv6094294787photos div {float:left;width:72px;}#yiv6094294787 #yiv6094294787photos div div {border:1px solid #666666;height:62px;overflow:hidden;width:62px;}#yiv6094294787 #yiv6094294787photos div label {color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}#yiv6094294787 #yiv6094294787reco-category {font-size:77%;}#yiv6094294787 #yiv6094294787reco-desc {font-size:77%;}#yiv6094294787 .yiv6094294787replbq {margin:4px;}#yiv6094294787 #yiv6094294787ygrp-actbar div a:first-child {margin-right:2px;padding-right:5px;}#yiv6094294787 #yiv6094294787ygrp-mlmsg {font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}#yiv6094294787 #yiv6094294787ygrp-mlmsg table {font-size:inherit;font:100%;}#yiv6094294787 #yiv6094294787ygrp-mlmsg select, #yiv6094294787 input, #yiv6094294787 textarea {font:99% Arial, Helvetica, clean, sans-serif;}#yiv6094294787 #yiv6094294787ygrp-mlmsg pre, #yiv6094294787 code {font:115% monospace;}#yiv6094294787 #yiv6094294787ygrp-mlmsg * {line-height:1.22em;}#yiv6094294787 #yiv6094294787ygrp-mlmsg #yiv6094294787logo {padding-bottom:10px;}#yiv6094294787 #yiv6094294787ygrp-msg p a {font-family:Verdana;}#yiv6094294787 #yiv6094294787ygrp-msg p#yiv6094294787attach-count span {color:#1E66AE;font-weight:700;}#yiv6094294787 #yiv6094294787ygrp-reco #yiv6094294787reco-head {color:#ff7900;font-weight:700;}#yiv6094294787 #yiv6094294787ygrp-reco {margin-bottom:20px;padding:0px;}#yiv6094294787 #yiv6094294787ygrp-sponsor #yiv6094294787ov li a {font-size:130%;text-decoration:none;}#yiv6094294787 #yiv6094294787ygrp-sponsor #yiv6094294787ov li {font-size:77%;list-style-type:square;padding:6px 0;}#yiv6094294787 #yiv6094294787ygrp-sponsor #yiv6094294787ov ul {margin:0;padding:0 0 0 8px;}#yiv6094294787 #yiv6094294787ygrp-text {font-family:Georgia;}#yiv6094294787 #yiv6094294787ygrp-text p {margin:0 0 1em 0;}#yiv6094294787 #yiv6094294787ygrp-text tt {font-size:120%;}#yiv6094294787 #yiv6094294787ygrp-vital ul li:last-child {border-right:none !important;}#yiv6094294787
I did. "sudo rmmod dvb_usb_rtl28xxu" outputs "rmmod: ERROR: Module dvb_usb_rtl28xxu is not currently loaded"
This was a fresh install of OP25 on this computer. I am able to run osmocom_fft without issue.
On Tue, Jan 31, 2017 at 8:19 PM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
Did you do the remove modprobe command?
On Tuesday, January 31, 2017 2:18 PM, "Brett Friermood brett.friermood@gmail.com [op25-dev]" op25-dev@yahoogroups.com wrote:
I may have misinterpreted your question thinking you were asking if the error comes up rather than asking if the GUI comes up.
If I run scope.py without any arguments I still get the same error. Any manner of command line arguments produces the same error.
On Sun, Jan 29, 2017 at 10:27 AM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
If u run just ./scope.py does it come up
On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
Subject: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Saturday, January 28, 2017, 2:06 PM
BretJust built OP25 on Debian Jessie without issue. However when I try to run a simple scope command it fails with the following error:
Traceback (most recent call last): File "./scope.py", line 2751, in <module> app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 46, in __init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", line 8628, in __init__
self._BootstrapApp() File "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", line 8196, in _BootstrapApp return _core_.PyApp__BootstrapApp(* args, **kwargs) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 49, in OnInit
frame = stdframe (self.top_block_maker, self.title, self._nstatus) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 76, in __init__
self.panel = stdpanel (self, self, top_block_maker) File "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", line 98, in __init__
self.top_block = top_block_maker (frame, self, vbox, sys.argv) File "./scope.py", line 212, in __init__
self.__init_gui(frame, panel, vbox) File "./scope.py", line 466, in __init_gui self.frame.CreateStatusBar() File "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_ windows.py", line 615, in CreateStatusBar return _windows_.Frame_ CreateStatusBar(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "!m_frameStatusBar" failed at ../src/common/framecmn.cpp( 381) in
CreateStatusBar(): recreating status bar in wxFrame
The command I am running is simply "./scope.py -f 152.5925e6". Other references to this error that I have been able to find appeared to all be resolved by adding or properly formatting the NAC in the trunk.tsv file. Scope.py properly finds the SDR dongle, and will set the gain if I provide the argument, but always fails with this error and never opens the GUI. I'm sure I'm missing something simple.
Thanks,
Brett
Posted by: Sean Kealy superstardodge@yahoo.com
Yahoo Groups Links
(Yahoo! ID required)
Almost seems like it doesn't like your RTL , try running scope with the if or disc tap command and see if it comes up
-------------------------------------------- On Tue, 1/31/17, Brett Friermood brett.friermood@gmail.com [op25-dev] op25-dev@yahoogroups.com wrote:
Subject: Re: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Tuesday, January 31, 2017, 6:41 PM
I did. "sudo rmmod dvb_usb_rtl28xxu" outputs "rmmod: ERROR: Module dvb_usb_rtl28xxu is not currently loaded"
This was a fresh install of OP25 on this computer. I am able to run osmocom_fft without issue.
On Tue, Jan 31, 2017 at 8:19 PM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
Did you do the remove
modprobe command?
On Tuesday, January
31, 2017 2:18 PM, "Brett Friermood
brett.friermood@gmail.com [op25-dev]" op25-dev@yahoogroups.com wrote:
I may have
misinterpreted your question thinking you were asking if the
error comes up rather than asking
if the GUI comes up.
If I run scope.py without any arguments I
still get the same error. Any
manner of
command line arguments produces the same error.
On Sun, Jan 29, 2017
at 10:27 AM, Sean Kealy superstardodge@yahoo.com
[op25-dev] op25-dev@yahoogroups.com
wrote:
If u run just
./scope.py does it come up
------------------------------ --------------
On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com
[op25-dev] <
op25-dev@yahoogroups.com>
wrote:
Subject:
[op25-dev] Unable to Run scope.py
To:
op25-dev@yahoogroups.com
Received: Saturday, January 28, 2017,
2:06 PM
BretJust
built OP25 on
Debian Jessie without
issue. However when I try to
run a
simple scope command it fails with the
following error:
Traceback (most
recent call last):
File "./scope.py", line 2751, in
<module>
app =
stdgui2.stdapp(p25_rx_block,
"APCO P25 Receiver", 3)
File
"/usr/lib/python2.7/dist-
packages/gnuradio/wxgui/ stdgui2.py",
line 46, in
__init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist-
packages/wx-3.0-gtk2/wx/_core. py",
line 8628, in
__init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-
packages/wx-3.0-gtk2/wx/_core. py",
line 8196, in
_BootstrapApp
return
_core_.PyApp__BootstrapApp(* args,
**kwargs)
File "/usr/lib/python2.7/dist-
packages/gnuradio/wxgui/ stdgui2.py",
line 49, in
OnInit
frame =
stdframe (self.top_block_maker, self.title,
self._nstatus)
File
"/usr/lib/python2.7/dist-
packages/gnuradio/wxgui/ stdgui2.py",
line 76, in
__init__
self.panel = stdpanel (self, self, top_block_maker)
File
"/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py",
line 98, in __init__
self.top_block = top_block_maker (frame,
self, vbox,
sys.argv) File "./scope.py", line 212, in __init__
self.__init_gui(frame, panel, vbox)
File
"./scope.py", line
466, in __init_gui
self.frame.CreateStatusBar()
File
"/usr/lib/python2.7/dist-
packages/wx-3.0-gtk2/wx/_ windows.py",
line 615, in
CreateStatusBar
return _windows_.Frame_ CreateStatusBar(*args,
**kwargs)
wx._core.PyAssertionError:
C++ assertion
"!m_frameStatusBar" failed at
../src/common/framecmn.cpp( 381) in
CreateStatusBar():
recreating status bar
in wxFrame
The command I am
running is simply
"./scope.py -f
152.5925e6". Other
references to
this error that I have been able
to
find appeared to all be
resolved
by
adding or properly formatting the
NAC in the trunk.tsv
file. Scope.py properly finds the SDR dongle, and will set the gain if I
provide
the argument, but always
fails with this error
and never opens
the GUI. I'm
sure I'm missing something simple.
Thanks,
Brett
------------------------------ ------
Posted by: Sean Kealy superstardodge@yahoo.com
------------------------------ ------
Yahoo Groups Links
(Yahoo! ID required)
Ok, I'll give it a try when I get a chance. For the record I've tried both an AirSpy Mini and an RTL version 2.
On Tue, Jan 31, 2017 at 9:45 PM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
Almost seems like it doesn't like your RTL , try running scope with the if or disc tap command and see if it comes up
On Tue, 1/31/17, Brett Friermood brett.friermood@gmail.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
Subject: Re: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Tuesday, January 31, 2017, 6:41 PM
I did. "sudo rmmod dvb_usb_rtl28xxu" outputs "rmmod: ERROR: Module dvb_usb_rtl28xxu is not currently loaded"
This was a fresh install of OP25 on this computer. I am able to run osmocom_fft without issue.
On Tue, Jan 31, 2017 at 8:19 PM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
Did you do the remove
modprobe command?
On Tuesday, January
31, 2017 2:18 PM, "Brett Friermood
brett.friermood@gmail.com [op25-dev]" op25-dev@yahoogroups.com wrote:
I may have
misinterpreted your question thinking you were asking if the
error comes up rather than asking
if the GUI comes up.
If I run scope.py without any arguments I
still get the same error. Any
manner of
command line arguments produces the same error.
On Sun, Jan 29, 2017
at 10:27 AM, Sean Kealy superstardodge@yahoo.com
[op25-dev] op25-dev@yahoogroups.com
wrote:
If u run just
./scope.py does it come up
On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com
[op25-dev] <
op25-dev@yahoogroups.com>
wrote:
Subject:
[op25-dev] Unable to Run scope.py
To:
op25-dev@yahoogroups.com
Received: Saturday, January 28, 2017,
2:06 PM
BretJust
built OP25 on
Debian Jessie without
issue. However when I try to
run a
simple scope command it fails with the
following error:
Traceback (most
recent call last):
File "./scope.py", line 2751, in
<module> > app = stdgui2.stdapp(p25_rx_block, > "APCO P25 Receiver", 3) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 46, in __init__ > > wx.App.__init__ (self, redirect=False) > > File > "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", > line > 8628, in __init__ > > self._BootstrapApp() > File > "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", > line > 8196, in _BootstrapApp > return _core_.PyApp__BootstrapApp(* args, > **kwargs) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 49, in OnInit > > frame = stdframe (self.top_block_maker, self.title, > self._nstatus) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 76, in __init__ > > self.panel = stdpanel (self, self, top_block_maker) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 98, in __init__ > > self.top_block = top_block_maker (frame, self, vbox, > sys.argv) > File "./scope.py", > line 212, in __init__ > > self.__init_gui(frame, panel, vbox) > File > "./scope.py", line 466, in __init_gui > self.frame.CreateStatusBar() > File > "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_ windows.py", > line > 615, in CreateStatusBar > return > _windows_.Frame_ CreateStatusBar(*args, **kwargs) > wx._core.PyAssertionError: C++ assertion > "!m_frameStatusBar" failed at > ../src/common/framecmn.cpp( 381) in > > CreateStatusBar(): recreating status bar > in > wxFrame > > > The command I am running is simply > "./scope.py -f 152.5925e6". Other > references to this error that I have been able > to find appeared to all be > resolved by > adding or properly formatting the NAC in the trunk.tsv > file. > Scope.py properly finds the SDR > dongle, and will set the gain if I provide > the argument, but always fails with this error > and never opens the GUI. I'm > sure > I'm missing something simple. > > > Thanks, > > Brett > > > > ------------------------------ ------ > Posted by: Sean Kealy <superstardodge@yahoo.com> > ------------------------------ ------ > > > ------------------------------ ------ > > Yahoo Groups Links > > > (Yahoo! ID required) > > <op25-dev-fullfeatured@yahoogroups.com> > > > > > > > > >
Posted by: Sean Kealy superstardodge@yahoo.com
Yahoo Groups Links
No go. Still the same error using both the "-A" and "-a" arguments for audio input. With no SDR plugged in, or any audio arguments, I get the expected "FATAL: No supported devices found to pick from." warning but also still get the GUI error lines showing up afterward.
On Tue, Jan 31, 2017 at 9:45 PM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
Almost seems like it doesn't like your RTL , try running scope with the if or disc tap command and see if it comes up
On Tue, 1/31/17, Brett Friermood brett.friermood@gmail.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
Subject: Re: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Tuesday, January 31, 2017, 6:41 PM
I did. "sudo rmmod dvb_usb_rtl28xxu" outputs "rmmod: ERROR: Module dvb_usb_rtl28xxu is not currently loaded"
This was a fresh install of OP25 on this computer. I am able to run osmocom_fft without issue.
On Tue, Jan 31, 2017 at 8:19 PM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
Did you do the remove
modprobe command?
On Tuesday, January
31, 2017 2:18 PM, "Brett Friermood
brett.friermood@gmail.com [op25-dev]" op25-dev@yahoogroups.com wrote:
I may have
misinterpreted your question thinking you were asking if the
error comes up rather than asking
if the GUI comes up.
If I run scope.py without any arguments I
still get the same error. Any
manner of
command line arguments produces the same error.
On Sun, Jan 29, 2017
at 10:27 AM, Sean Kealy superstardodge@yahoo.com
[op25-dev] op25-dev@yahoogroups.com
wrote:
If u run just
./scope.py does it come up
On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com
[op25-dev] <
op25-dev@yahoogroups.com>
wrote:
Subject:
[op25-dev] Unable to Run scope.py
To:
op25-dev@yahoogroups.com
Received: Saturday, January 28, 2017,
2:06 PM
BretJust
built OP25 on
Debian Jessie without
issue. However when I try to
run a
simple scope command it fails with the
following error:
Traceback (most
recent call last):
File "./scope.py", line 2751, in
<module> > app = stdgui2.stdapp(p25_rx_block, > "APCO P25 Receiver", 3) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 46, in __init__ > > wx.App.__init__ (self, redirect=False) > > File > "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", > line > 8628, in __init__ > > self._BootstrapApp() > File > "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_core. py", > line > 8196, in _BootstrapApp > return _core_.PyApp__BootstrapApp(* args, > **kwargs) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 49, in OnInit > > frame = stdframe (self.top_block_maker, self.title, > self._nstatus) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 76, in __init__ > > self.panel = stdpanel (self, self, top_block_maker) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/ stdgui2.py", > line > 98, in __init__ > > self.top_block = top_block_maker (frame, self, vbox, > sys.argv) > File "./scope.py", > line 212, in __init__ > > self.__init_gui(frame, panel, vbox) > File > "./scope.py", line 466, in __init_gui > self.frame.CreateStatusBar() > File > "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_ windows.py", > line > 615, in CreateStatusBar > return > _windows_.Frame_ CreateStatusBar(*args, **kwargs) > wx._core.PyAssertionError: C++ assertion > "!m_frameStatusBar" failed at > ../src/common/framecmn.cpp( 381) in > > CreateStatusBar(): recreating status bar > in > wxFrame > > > The command I am running is simply > "./scope.py -f 152.5925e6". Other > references to this error that I have been able > to find appeared to all be > resolved by > adding or properly formatting the NAC in the trunk.tsv > file. > Scope.py properly finds the SDR > dongle, and will set the gain if I provide > the argument, but always fails with this error > and never opens the GUI. I'm > sure > I'm missing something simple. > > > Thanks, > > Brett > > > > ------------------------------ ------ > Posted by: Sean Kealy <superstardodge@yahoo.com> > ------------------------------ ------ > > > ------------------------------ ------ > > Yahoo Groups Links > > > (Yahoo! ID required) > > <op25-dev-fullfeatured@yahoogroups.com> > > > > > > > > >
Posted by: Sean Kealy superstardodge@yahoo.com
Yahoo Groups Links
I'm stuck then , it's a lot of work but I would reinstall op25. Maybe somebody with a bit more experience could weigh in and help us?
-------------------------------------------- On Sun, 2/5/17, Brett Friermood brett.friermood@gmail.com [op25-dev] op25-dev@yahoogroups.com wrote:
Subject: Re: [op25-dev] Unable to Run scope.py To: op25-dev@yahoogroups.com Received: Sunday, February 5, 2017, 8:50 AM
No go. Still the same error using both the "-A" and "-a" arguments for audio input. With no SDR plugged in, or any audio arguments, I get the expected "FATAL: No supported devices found to pick from." warning but also still get the GUI error lines showing up afterward.
On Tue, Jan 31, 2017 at 9:45 PM, Sean Kealy superstardodge@yahoo.com [op25-dev] op25-dev@yahoogroups.com wrote:
Almost seems
like it doesn't like your RTL , try running scope with the if
or disc tap command and see if
it comes up
--------------------------------------------
On Tue, 1/31/17, Brett Friermood brett.friermood@gmail.com
[op25-dev] <
op25-dev@yahoogroups.com>
wrote:
Subject:
Re: [op25-dev] Unable to Run scope.py
To: op25-dev@yahoogroups.com
Received: Tuesday, January 31, 2017,
6:41 PM
I did.
"sudo rmmod
dvb_usb_rtl28xxu" outputs "rmmod: ERROR: Module
dvb_usb_rtl28xxu is not currently loaded"
This was a fresh
install of OP25 on this computer. I am able to run
osmocom_fft without issue.
On Tue, Jan 31,
2017 at 8:19 PM, Sean Kealy superstardodge@yahoo.com
[op25-dev] op25-dev@yahoogroups.com wrote:
> > > Did you do the remove modprobe command?
> >
On Tuesday, January
31, 2017 2:18 PM,
"Brett Friermood
> brett.friermood@gmail.com [op25-dev]" op25-dev@yahoogroups.com wrote: > > > > I may have
misinterpreted your question thinking you were asking if
the > error
comes up rather than asking
if the
GUI comes up.
> > If I run scope.py without any
arguments I
still get the same error.
Any
> manner of command line arguments produces the same
error.
> On Sun, Jan 29, 2017 at 10:27
AM, Sean Kealy superstardodge@yahoo.com
> [op25-dev] op25-dev@yahoogroups.com wrote: > > > > If u run just ./scope.py does it come up > > >
------------------------------ --------------
> On Sat, 1/28/17, Brett Friermood brett.friermood@gmail.com [op25-dev] < op25-dev@yahoogroups.com> wrote: > > Subject:
[op25-dev] Unable to Run scope.py
To: op25-dev@yahoogroups.com > Received: Saturday, January 28,
2017,
2:06 PM
> BretJust built OP25 on Debian Jessie without issue.
However when I try to
> run a simple scope command it fails with
the
> following error: > >
Traceback
> (most recent call last): > File "./scope.py", line 2751, in <module> app =
stdgui2.stdapp(p25_rx_block,
> "APCO P25 Receiver", 3) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/
stdgui2.py",
> line > 46, in
__init__
>
wx.App.__init__ (self,
redirect=False)
> > File "/usr/lib/python2.7/dist-
packages/wx-3.0-gtk2/wx/_core. py",
> line 8628, in __init__ > > self._BootstrapApp() > File "/usr/lib/python2.7/dist-
packages/wx-3.0-gtk2/wx/_core. py",
> line 8196, in _BootstrapApp > return _core_.PyApp__BootstrapApp(* args, > **kwargs) > File "/usr/lib/python2.7/dist-
packages/gnuradio/wxgui/ stdgui2.py",
> line 49, in OnInit > > frame
=
stdframe (self.top_block_maker,
self.title,
> self._nstatus) > File > "/usr/lib/python2.7/dist- packages/gnuradio/wxgui/
stdgui2.py",
> line > 76, in
__init__
>
self.panel = stdpanel (self,
self, top_block_maker)
>
File
>
"/usr/lib/python2.7/dist- packages/gnuradio/wxgui/
stdgui2.py", line > 98, in __init__ > >
self.top_block = top_block_maker (frame,
self, vbox, sys.argv) > File
"./scope.py",
> line
212, in __init__
> >
self.__init_gui(frame, panel, vbox)
File "./scope.py", line
466, in __init_gui
> self.frame.CreateStatusBar() > File > "/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx/_
windows.py",
> line > 615, in
CreateStatusBar
>
return
> _windows_.Frame_
CreateStatusBar(*args,
**kwargs) > wx._core.PyAssertionError: C++ assertion
"!m_frameStatusBar"
failed at
>
../src/common/framecmn.cpp( 381) in
> CreateStatusBar(): recreating status bar > in >
wxFrame
>
> The command I am running is simply "./scope.py -f
152.5925e6". Other
>
references to
this error that I have
been able
> to find appeared to all be > resolved
by
> adding or properly
formatting the
NAC in the
trunk.tsv
> file. > Scope.py properly finds the
SDR
> dongle, and will set the
gain if I
provide > the argument, but always fails with this error > and never opens the GUI. I'm sure > I'm missing
something simple.
> > >
Thanks,
> Brett > > > >
------------------------------ ------
Posted by: Sean Kealy superstardodge@yahoo.com > ------------------------------
------
>
>
------------------------------ ------
> Yahoo Groups Links > > > (Yahoo! ID
required)
> op25-dev-fullfeatured@yahoogroups.com > > > > > > > > >
>
------------------------------------
Posted by: Sean Kealy superstardodge@yahoo.com
------------------------------------
Yahoo Groups Links
From the error message
"/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx...................."
this error suggests that wx3 is installed in the system. OP25 (and GNU Radio in general) don't work with this version of wx - only wx2.8 is supported. For this reason we recommend ubuntu 14.04 (only).
Thank you for the help. I was thinking it was something like that. I had seen mention of only recommending Ubuntu 14.04 lately, however never saw anything as to why.
Brett
On Sun, Feb 5, 2017 at 11:57 AM, ikj1234i@yahoo.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
From the error message
"/usr/lib/python2.7/dist- packages/wx-3.0-gtk2/wx...................."
this error suggests that wx3 is installed in the system. OP25 (and GNU Radio in general) don't work with this version of wx - only wx2.8 is supported. For this reason we recommend ubuntu 14.04 (only).