if isinstance(self._foreground, wx.Color):
AttributeError: 'module' object has no attribute 'Color'

The non-OpenGL version of scopesink appears to be working fine though.


it seems wx uses color with a "u" and the compatibility layer that wraps colour as color is not present for you. Try changing this to Colour and if it works send the patch. That should work as a general solution.

-Josh

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to