Merge branch 'Dev-latest' of https://github.com/PySimpleGUI/PySimpleGUI into Dev-latest

This commit is contained in:
PySimpleGUI 2021-09-19 15:19:08 -04:00
commit 4ba1ba788c
3 changed files with 72 additions and 51 deletions

View File

@ -1,73 +1,94 @@
---
name: Issue Form - **Must fill in this form** with every new issue submitted.
about: This form contains the information needed to help you solve your problem
title: "[ Enhancement/Bug/Question] My problem is..."
title: "[ Enhancement/Bug/Question] NOTE - you can also call sg.main() or sg.main_open_github_issue() to post an issue"
labels: ''
assignees: ''
---
### Type of Issues (Enhancement, Error, Bug, Question)
### Operating System
### Python version
### PySimpleGUI Port and Version
Ports = tkinter, Qt, WxPython, Web
PySimpleGUI Version:
tkinter version:
You can get these by adding this to the top of your file and running it:
```python
import PySimpleGUI as sg
print(sg) # Location of your PySimpleGUI.py file
print(sg.version) # PySimpleGUI version number
print(sg.tclversion_detailed) # tkinter detailed version number (in PySimpleGUI version 4.29.0+)
print(sg.sys.version) # Python version number
```
The tkinter version number can be obtained using above code in version 4.29.0+. If your code is prior:
```python
print(sg.tkinter.Tcl().eval('info patchlevel'))
```
### Type of Issue (Enhancement, Error, Bug, Question)
### Your Experience Levels In Months or Years
----------------------------------------
_________ Python programming experience
_________ Programming experience overall
_________ Have used another Python GUI Framework (tkinter, Qt, etc) previously (yes/no is fine)?
#### Operating System
### You have completed these steps:
- [ ] Read instructions on how to file an Issue
- [ ] Searched through main docs http://www.PySimpleGUI.org for your problem
- [ ] Searched through the readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
- [ ] Looked for Demo Programs that are similar to your goal http://www.PySimpleGUI.com
- [ ] Note that there are also Demo Programs under each port on GitHub
#### PySimpleGUI Port (tkinter, Qt, Wx, Web)
----------------------------------------
## 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__`)
#### GUI Version (tkinter (`sg.tclversion_detailed`), PySide2, WxPython, Remi)
---------------------
#### Your Experience In Months or Years (optional)
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?
---------------------
#### 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
- [ ] Looked for Demo Programs that are similar to your goal Demos.PySimpleGUI.org
- [ ] 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)
- [ ] Run your program outside of your debugger (from a command line)
- [ ] Searched through Issues (open and closed) to see if already reported
- [ ] Try again by upgrading your PySimpleGUI.py file to use the current one on GitHub. Your problem may have already been fixed but is not yet on PyPI.
- [ ] Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
- [ ] Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
### Description of Problem / Question / Details
#### Detailed Description
### Code To Duplicate
A short program that isolates and demonstrates the problem (i.e. please don't paste a link to your 400 line program.... instead paste your 10 line program in full).
Yes, it is a pain to narrow down problems, but it's part of the debugging process. Help me help you by providing something that can be executed so that work on getting you a fix or a workaround can immediately begin.
#### Code To Duplicate
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)
This pre-formatted code block is all set for you to paste in your bit of code:
```python
import PySimpleGUI as sg
## Paste your code here
# Paste your code here
```
#### Screenshot, Sketch, or Drawing
---------------------
### Watcha Makin?
If you care to share something about your project, it would be awesome to hear what you're building.

View File

@ -1 +1 @@
theme: jekyll-theme-minimal
theme: jekyll-theme-modernist

View File

@ -4,7 +4,6 @@
</p>
<!-- Default Statcounter code for PySimpleGUI
http://www.PySimpleGUI.com -->
<script type="text/javascript">
@ -22,6 +21,7 @@ src="https://c.statcounter.com/12622535/0/1d3e2cc1/1/"
alt="Web Analytics Made Easy - Statcounter"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
## PyPI Statistics & Versions
| TK | TK 2.7 | Qt| WxPython | Web (Remi) |
@ -9059,4 +9059,4 @@ The project is self-funded and there are ongoing costs just to offer the softwar
All documentation in this file and in the PySimpleGUI GitHub account are copyright 2021 by PySimpleGUI Tech LLC. The PySimpleGUI code, the demo programs and other source code in the PySimpleGUI account also have a copyright owned by PySimpleGUI Inc.
The name "PySimpleGUI" and the PySimpleGUI logo are Trademarked
The name "PySimpleGUI" and the PySimpleGUI logo are Trademarked