issues Search Results · repo:spyoungtech/FreeSimpleGUI language:Python
Filter by
0 results
(54 ms)0 results
inspyoungtech/FreeSimpleGUI (press backspace or delete to remove)Type of Issue (Enhancement, Error, Bug, Question)
Question
Environment
Operating System
Linux version ( glibc , 2.35 )
PySimpleGUI Port (tkinter, Qt, Wx, Web)
tkinter
Versions
Python version (sg.sys.version) ...
arminposchmann
- 1
- Opened yesterday
- #64
Would it be okay if I converted the old setup.py project configuration to pyproject.toml with the Hatchling build system
(as is currently the recommended way to ship projects)?
I ll do the work and submit ...
DeflateAwning
- 2
- Opened 12 days ago
- #60
The title tag (i.e., the title that shows in the tab name in browsers) is PySimpleGUI at the readthedocs page:
https://freesimplegui.readthedocs.io/en/latest/
Note certain how to update it, and I assume ...
DeflateAwning
- 1
- Opened 12 days ago
- #59
I m trying to convert a project from PySimpleGui to FreeSimpleGUI before my hobbyist license ends. The project is a
system tray app. FreeSimplyGUI doesn t put the icon/app into the system tray but has ...
johnkmayo
- 11
- Opened 16 days ago
- #56
The link for reporting issues in readme.md does not work for me.
It is http://Issues.FreeSimpleGUI.org when I googled issues freesimplegui org I found this
https://github.com/spyoungtech/FreeSimpleGui/issues. ...
AndyMorris62
- 1
- Opened 27 days ago
- #54
As it says, setting the following still does show the FreeSimpleGUI error window, preventing handling KeyErrors from
program.
sg.set_options(
suppress_raise_key_errors=True,
suppress_error_popups=True, ...
deajan
- 2
- Opened on Feb 12
- #50
I m on Manjaro XFCE Linux, today I updated my Python envs and my scripts stopped working so to investigate I picked the
hello example:
import FreeSimpleGUI as sg # Part 1 - The ...
question
villares
- 3
- Opened on Feb 6
- #49
I have problem , with last version , not work same codice work like on pysimplegui .
import FreeSimpleGUI as sg
# Definindo a layout da calculadora
layout = [
[sg.Text( Calculadora )],
[sg.InputText(key= ...
question
ca4ti
- 5
- Opened on Feb 4
- #48
The documentation link in the README (https://www.freesimplegui.org) is currently broken.
I wonder if the docs could easily be hosted from a GitHub Pages site? It would be nice to have independent docs ...
DeflateAwning
- 3
- Opened on Dec 16, 2024
- #46
Hello,
FreesimpleGUI stopped working for me after upgragding to python 3.13 on macos. It got the following error message
(redacted):
Traceback (most recent call last):
...
File .../lib/python3.12/site-packages/FreeSimpleGUI/window.py ...
rafjaf
- 4
- Opened on Nov 24, 2024
- #45

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.