Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PySimpleGUI compatibility #259

Open
pas opened this issue May 27, 2023 · 1 comment
Open

PySimpleGUI compatibility #259

pas opened this issue May 27, 2023 · 1 comment

Comments

@pas
Copy link

pas commented May 27, 2023

General information:

  • OS name: Windows
  • OS version: 11 Pro
  • OS architecture: x64
  • Python version: 3.7
  • MSS version: 7.0.1

Description of the warning/error

MSS influences the size and the usability of GUI created by PySimpleGUI. The GUI gets unusable. Don't know if this is a issue of PySimpleGUI or MSS.

Short script to reproduce the issue. Press the button to see the issue:

from mss import mss
import PySimpleGUI as sg

if __name__ == "__main__":
  window = sg.Window("bug", layout=[[sg.Button("Run mss")]])

  while True:
    event, values = window.read()
    if (event == "Run mss"):
      mss = mss()

Full error message

No error

@pas
Copy link
Author

pas commented May 27, 2023

Problem resolved: PySimpleGUI/PySimpleGUI#6392

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant