Opened 11 years ago

Closed 11 years ago

#38396 closed defect (wontfix)

gnuradio-devel: problem with gnuradio-companion flow graphs

Reported by: trillium2024@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: gnuradio-devel

Description (last modified by larryv (Lawrence Velázquez))

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

Attachments (1)

TypeError.png (74.3 KB) - added by trillium2024@… 11 years ago.
type error

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by trillium2024@…

Attachment: TypeError.png added

type error

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Keywords: grc removed
Owner: changed from macports-tickets@… to michaelld@…
Summary: problem with gnuradio-companion flow graphsgnuradio-devel: problem with gnuradio-companion flow graphs

Thanks for the ticket. In the future, please Cc relevant port maintainers and use WikiFormatting to format ticket descriptions.

comment:2 Changed 11 years ago by michaelld (Michael Dickens)

Resolution: wontfix
Status: newclosed

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 year ago, and another 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 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.

Note: See TracTickets for help on using tickets.