PySimpleGUI / PySimpleGUI/PySimpleGUI
PySimpleGUIWx Popup hangs
Open
Nobody has claimed this yet.
Bug
In progress
URGENT
- Dominant language
- Python
- Stars
- 13.8k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Type of Issues (Enhancement, Error, Bug, Question)
Bug
Operating System
Windows 10
Python version
Python 3.6.5
PySimpleGUI Port and Version
PySimpleGUIWx 0.7.0
Code or partial code causing the problem
import PySimpleGUIWx as sg
sg.PopupOK("Window Title")
input()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the Windows 10 behavior with Python 3.6.5, PySimpleGUIWx 0.7.0, and the provided sg.PopupOK("Window Title") snippet. Start at the PopupOK entry point, then determine why the call hangs before input() is reached; done means the popup opens and returns so the following input() executes normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100