Skip to content
#

gui-framework

Here are 44 public repositories matching this topic...

PySimpleGUI
klieret
klieret commented May 28, 2019

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

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

mdickinson
mdickinson commented Jun 1, 2020

There's a DeprecationWarning from the test_combo_field tests on Python 3.8.

test_combo_field_icon_formatter (pyface.fields.tests.test_combo_field.TestComboField) ... /Users/mdickinson/.venvs/traits/lib/python3.8/site-packages/pkg_resources/__init__.py:1156: DeprecationWarning: Use of .. or absolute path in a resource path is not allowed and will raise exceptions in a future release.
 

Improve this page

Add a description, image, and links to the gui-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gui-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.