pybombs icon indicating copy to clipboard operation
pybombs copied to clipboard

TypeError: Error when calling the metaclass bases multiple bases have instance lay-out conflict

Open geofflangenderfer opened this issue 7 years ago • 2 comments
trafficstars

in my conda env: python -c "import gnuradio.wxgui.forms" results in:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "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

no conda env: python2 -c "import gnuradio.wxgui.forms" works correctly

Any ideas how I can solve this?

geofflangenderfer avatar Oct 11 '18 19:10 geofflangenderfer

Same issue, no idea why.

IS2511 avatar Dec 05 '18 11:12 IS2511

Did you fix that ? How ?

lucaspfernandes avatar Apr 14 '20 18:04 lucaspfernandes