[MacPorts] #38396: problem with gnuradio-companion flow graphs
#38396: problem with gnuradio-companion flow graphs ----------------------------+-------------------------------- Reporter: trillium2024@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: grc | Port: gnuradio-devel ----------------------------+-------------------------------- The problem comes when I try to execute a grc flow graph. Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 198, in _on_paint for fcn in self._draw_fcns: fcn[1]() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 58, in draw GL.glNewList(self._grid_compiled_list_id, GL.GL_COMPILE) ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: wrong type -- Ticket URL: <https://trac.macports.org/ticket/38396> MacPorts <http://www.macports.org/> Ports system for OS X
#38396: gnuradio-devel: problem with gnuradio-companion flow graphs -----------------------------+------------------------- Reporter: trillium2024@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gnuradio-devel | -----------------------------+------------------------- Changes (by larryv@…): * keywords: grc => * owner: macports-tickets@… => michaelld@… Old description:
The problem comes when I try to execute a grc flow graph.
Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 198, in _on_paint for fcn in self._draw_fcns: fcn[1]() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 58, in draw GL.glNewList(self._grid_compiled_list_id, GL.GL_COMPILE) ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: wrong type
New description: The problem comes when I try to execute a grc flow graph. {{{ Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 198, in _on_paint for fcn in self._draw_fcns: fcn[1]() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 58, in draw GL.glNewList(self._grid_compiled_list_id, GL.GL_COMPILE) ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: wrong type }}} -- Comment: Thanks for the ticket. In the future, please Cc relevant port maintainers and use [[WikiFormatting]] to format ticket descriptions. -- Ticket URL: <https://trac.macports.org/ticket/38396#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#38396: gnuradio-devel: problem with gnuradio-companion flow graphs -----------------------------+------------------------- Reporter: trillium2024@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: wontfix | Keywords: Port: gnuradio-devel | -----------------------------+------------------------- Changes (by michaelld@…): * status: new => closed * resolution: => wontfix Comment: This issue has been in GNU Radio for quite a while. A quick search of the GNU Radio Discussion List archives shows 2 primary threads, one from about a [http://lists.gnu.org/archive/html/discuss- gnuradio/2012-04/msg00578.html year ago], and another [http://lists.gnu.org/archive/html/discuss-gnuradio/2013-01/msg00232.html quite recent]. To the best of my understanding the GNU Radio folks will not be fixing this issue. The best work-around is to disable GL or to use the QtGui instead. Both of these options are discussed in the latter thread. If you are serious in needing to use the WxGui, please file a new ticket on the [http://gnuradio.org/redmine/projects/gnuradio/issues GNU Radio bug tracker] (you have to sign in to submit a new ticket; there is a guest login, the info of which you can find on that website). This issue is well beyond the scope of what we usually do for MacPorts. -- Ticket URL: <https://trac.macports.org/ticket/38396#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts