Håkon Vågsether
Håkon Vågsether
Thank you for the report! Are you using Pyside? What does it say in the console subwindow when you start GRC Qt?
Okay, so you do have Pyside6 installed, but you're using PyQt5 (printed in the console). I'm not able to reproduce the crash with PyQt6, but I'll try with PyQt5. I'd...
I've added a PR: https://github.com/gnuradio/gnuradio/pull/7723
We've used QtPy for GRC-Qt, so the "Qt6" string probably doesn't show up much in our code. I'd be happy to work on this, it shouldn't take too long to...
We've made some progress: https://github.com/haakov/gnuradio/tree/qt5to6 Shouldn't be too much remaining
Turned out to be a typo in the YAML. Fixed in https://github.com/muccc/gr-iridium/pull/216 On a related note, we should spend some time revising how rewrite/evaluation exceptions are handled in GRC core,...
Fixes https://github.com/gnuradio/gnuradio/issues/7786