PySimpleGUI / PySimpleGUI/PySimpleGUI

PySimpleGUIWx Popup hangs

Open
#1,241 7 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.