sigmf-python icon indicating copy to clipboard operation
sigmf-python copied to clipboard

Unable to run sigmf_gui

Open bhorsfield opened this issue 1 year ago • 2 comments

Hi Folks,

I have just tried to run the utility sigmf_gui for the first time, but each time I try an error dialog pops up with the message "Unable to complete operation on element with key Update":

sigmf_gui_error_message

As shown, the error dialog offers a suggested fix for the problem, but this has made no difference:

window = Window('SigMF Archive Creator', auto_size_buttons=False, default_element_size=(20, 1), auto_size_text=False, default_button_element_size=(10, 1), finalize=True).Layout(layout)

Details of my system configuration are as follows:

  • HP Omen laptop with i7 processor & 32 GB of RAM
  • Ubuntu 22.04
  • Python 3.10.12
  • SigMF version 1.2.1

Any tips or suggestions as to the root cause of this problem would be greatly appreciated.

Thanks & Regards, Brendan.

bhorsfield avatar Jul 04 '24 05:07 bhorsfield

Hi Brendan,

I've encountered this issue also. Unfortunately PySimpleGUI is now no longer open-source as of v5.0 and has gone commercial (hence that menacing TRIAL PERIOD message at the bottom).

A quick fix would be for the sigmf-python maintainers to use the FreeSimpleGUI package which is a copy of the v4.* PySimpleGUI under its old open-source license.

https://github.com/spyoungtech/FreeSimpleGui

gregparkes avatar Jul 26 '24 20:07 gregparkes

We've actually been considering removing the GUI portion of this library, e.g. moving it to a different archived repo in case one day someone wants to start it back up and maintain it, because we haven't had a maintainer for that portion of code in a while.

777arc avatar Jul 26 '24 20:07 777arc

Understood, thanks for letting me know.

bhorsfield avatar Aug 21 '24 06:08 bhorsfield