PySimpleGUI / PySimpleGUI/PySimpleGUI

[ Bug ] Demo Browser not launch PyCharm 2026.2 when "edit" button clicked

Open Beginner friendly
#6,900 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug Demo Programs Done - Install Dev Build (see docs for how) Interoperability Port - TK workaround available
Dominant language
Python
Stars
13.8k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

Type of Issue (Enhancement, Error, Bug, Question)

Bug


Operating System

Windows 11

PySimpleGUI Port (tkinter, Qt, Wx, Web)

tkinter


Versions

Python version (sg.sys.version)

3.12

PySimpleGUI Version (sg.__version__)

6.2.36

GUI Version (tkinter (sg.tclversion_detailed), PySide2, WxPython, Remi)

8.6.15


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?

Detailed Description

The Demo Browser is not launching when clicking the edit button if the editor is PyCharm 2026.2.

It was working correctly on older versions. The workaround, for now, is to remove the use of the line number when invoking the editor. It's the line number parameter in particular that seems to be causing the failure.

The Demo Browser in this repo has been updated to remove the line number and the Demo Browser in the psgdemos repo has been updated. It's not been released to PyPI yet.

Screenshot, Sketch, or Drawing
Image

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

Search the repository for the Demo Browser's Edit-button launch path and the editor invocation that passes a line number. Compare the current Demo Browser code with the reported workaround, then verify on Windows with PyCharm 2026.2 that clicking Edit opens the editor successfully without the failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.