gnuradio-companion 3.8.4.0_17 on 2024Q3 does not run on FreeBSD 14.1 with lang/python311 FreeBSD 14.1-RELEASE $ python --version Python 3.11.9 $ gnuradio-companion Traceback (most recent call last): File "/usr/local/bin/gnuradio-companion", line 63, in check_gtk from gi.repository import Gtk File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 673, in _load_unlocked ImportWarning: DynamicImporter.exec_module() not found; falling back to load_module() During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/gnuradio-companion", line 100, in <module> check_gtk() File "/usr/local/bin/gnuradio-companion", line 67, in check_gtk die(err, "Failed to initialize GTK. If you are running over ssh, " File "/usr/local/bin/gnuradio-companion", line 42, in die from gi.repository import Gtk File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 673, in _load_unlocked ImportWarning: DynamicImporter.exec_module() not found; falling back to load_module() swig/python detected a memory leak of type 'boost::shared_ptr< pmt::pmt_base > *', no destructor found. swig/python detected a memory leak of type 'boost::shared_ptr< pmt::pmt_base > *', no destructor found. swig/python detected a memory leak of type 'boost::shared_ptr< pmt::pmt_base > *', no destructor found. swig/python detected a memory leak of type 'boost::shared_ptr< pmt::pmt_base > *', no destructor found. swig/python detected a memory leak of type 'boost::shared_ptr< pmt::pmt_base > *', no destructor found. $ gnuradio-companion --qt does the same, qt option mentioned in https://github.com/gnuradio/gnuradio readme
Current version in the tree is 3.10.12. Is this still actual?
(In reply to Älven from comment #1) Oh great news - new version does not crash on launch, thanks!