sigmf / sigmf-python

Easily interact with Signal Metadata Format (SigMF) recordings.
https://sigmf.org
GNU Lesser General Public License v3.0
42 stars 16 forks source link

Unable to run sigmf_gui #62

Closed bhorsfield closed 3 weeks ago

bhorsfield commented 2 months ago

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:

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

Thanks & Regards, Brendan.

gregparkes commented 1 month ago

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

777arc commented 1 month ago

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.

bhorsfield commented 3 weeks ago

Understood, thanks for letting me know.