2019-08-04 20:49:13 +00:00
---
2020-09-21 19:37:42 +00:00
name: Issue Form - **Must fill in this form** with every new issue submitted.
2019-08-04 20:49:13 +00:00
about: This form contains the information needed to help you solve your problem
2021-04-11 23:47:45 +00:00
title: "[ Enhancement/Bug/Question] NOTE - you can also call sg.main() or sg.main_open_github_issue() to post an issue"
2019-08-04 20:49:13 +00:00
labels: ''
assignees: ''
---
2021-04-11 23:43:06 +00:00
### Type of Issue (Enhancement, Error, Bug, Question)
2019-08-04 20:49:13 +00:00
2021-04-11 23:43:06 +00:00
----------------------------------------
2019-08-04 20:49:13 +00:00
2021-04-11 23:43:06 +00:00
#### Operating System
2019-08-04 20:49:13 +00:00
2020-08-26 20:56:14 +00:00
2021-04-11 23:43:06 +00:00
#### PySimpleGUI Port (tkinter, Qt, Wx, Web)
2020-08-26 20:56:14 +00:00
2020-03-03 15:15:23 +00:00
2020-08-26 20:56:14 +00:00
2021-04-11 23:43:06 +00:00
----------------------------------------
## Versions
Version information can be obtained by calling `sg.main_get_debug_data()`
Or you can print each version shown in ()
#### Python version (`sg.sys.version`)
#### PySimpleGUI Version (`sg.__version__`)
2020-08-26 20:56:14 +00:00
2020-03-03 15:15:23 +00:00
2021-04-11 23:43:06 +00:00
#### GUI Version (tkinter (`sg.tclversion_detailed`), PySide2, WxPython, Remi)
2020-03-03 15:15:23 +00:00
2019-08-04 20:49:13 +00:00
2021-04-11 23:43:06 +00:00
---------------------
2019-08-04 20:54:36 +00:00
2021-04-11 23:43:06 +00:00
#### Your Experience In Months or Years (optional)
2021-04-11 23:45:59 +00:00
Years Python programming experience
Years Programming experience overall
Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)
Anything else you think would be helpful?
2021-04-11 23:43:06 +00:00
---------------------
#### Troubleshooting
These items may solve your problem. Please check those you've done by changing - [ ] to - [X]
- [ ] Searched main docs for your problem www.PySimpleGUI.org
2022-06-18 09:41:15 +00:00
- [ ] Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
2023-04-18 10:27:38 +00:00
- [ ] None of your GUI code was generated by an AI algorithm like GPT
2021-04-11 23:43:06 +00:00
- [ ] If not tkinter - looked for Demo Programs for specific port
- [ ] For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
2019-08-04 20:54:36 +00:00
- [ ] Run your program outside of your debugger (from a command line)
2021-04-11 23:43:06 +00:00
- [ ] Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
2022-07-23 22:56:15 +00:00
- [ ] Have upgraded to the latest release of PySimpleGUI on PyPI (lastest official version)
2021-04-11 23:43:06 +00:00
- [ ] Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
#### Detailed Description
2019-08-04 20:49:13 +00:00
2020-03-03 15:15:23 +00:00
2020-08-26 20:56:14 +00:00
2020-03-03 15:15:23 +00:00
2021-04-11 23:43:06 +00:00
#### Code To Duplicate
2020-03-03 15:18:58 +00:00
2021-04-11 23:43:06 +00:00
A **short** program that isolates and demonstrates the problem (Do not paste your massive program, but instead 10-20 lines that clearly show the problem)
2020-03-03 15:18:58 +00:00
This pre-formatted code block is all set for you to paste in your bit of code:
```python
2021-04-11 23:43:06 +00:00
# Paste your code here
2020-03-03 15:18:58 +00:00
```
2021-04-11 23:43:06 +00:00
#### Screenshot, Sketch, or Drawing
2021-08-11 20:33:21 +00:00
---------------------
### Watcha Makin?
2021-04-11 23:43:06 +00:00
2021-08-11 20:33:21 +00:00
If you care to share something about your project, it would be awesome to hear what you're building.