Hi Carlos - Just to make sure: When you do "port installed gnuradio" it turns back the 3.7.13.5 release with variants that include +wxgui ... yes? The GNU Radio ports do not by default install +wxgui; you have to do so manually: "sudo port install gnuradio +wxgui". If your GR is installed that way, please let me know & I'll reinstall mine to match & see if it works for me. I moved to QtGUI a long time ago ... - MLD
On Sun, Feb 16, 2020 at 3:33 AM Carlos <cvela90@hotmail.com> wrote:
As I remember wxgui is not in GRC 3.8 but I can't move to 3.8 yet. I installed GRC with Macports but I'm having problems running any wxgui sink. Is there a way to get them working? Here's one of the blocks.
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/fftsink2.py", line 31, in <module>
from fftsink_gl import fft_sink_f, fft_sink_c
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/fftsink_gl.py", line 27, in <module>
import fft_window
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/fft_window.py", line 33, in <module>
import forms
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/forms/__init__.py", line 36, in <module>
from forms import \
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/forms/forms.py", line 64, in <module>
class _form_base(pubsub, wx.BoxSizer):
TypeError: Error when calling the metaclass bases
multiple bases have instance lay-out conflict
v/r,
Carlos
No comments:
Post a Comment