問題タブ [pysimplegui]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 実行可能ビルドが点滅して終了する
同僚に配布できるPython ベースのシンプルな GUI アプリを構築したいと考えています。この過程で、Python 2.7 版のPySimpleGUI27について学びました。
以下は、メニュー オプションを含むウィンドウを生成する簡単なコードです。次に、PyInstallerを使用してビルドを作成し、テストしました。ただし、「dist」フォルダーから .exe ビルドを実行すると、点滅して消えます。しかし、Python IDE 内から GUI スクリプトを実行すると、実際に GUI 機能を確認できます。
exeファイルを実行しようとすると、点滅して消えます。ここで素晴らしいGIFをチェックしてください。アドバイスをいただければ幸いです。
Powershell を使用してフォルダーから EXE を実行します。
python - update radio button in PySimpleGUI
I'm using PySimpleGUI in which I want to update a radio button. According to the documentation the radio button has an update method. But somehow it doesn't work properly.
I wrote the following code which should update the value of the radio button from Test to NewTest. The result is still Test.
Code used below: