#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