-
Hi - I'd like to open up a text box and leave it in the background while the main python app continues running. The user will kill the text box using the OS controls at a later point.
I've tried t…
-
I am using Python 3.9.12 and I installed easygui.
When I import it, it says "ModuleNotFoundError: No module named 'global_state'"
Did anyone have a similar issue? If so, how did you resolve it?
-
See sourceforge bug report:
https://sourceforge.net/p/easygui/bugs/14/
Partial text:
how can I change the defaultlocation where this box pops up? rootWindowPosition somehow does not apply???
-
-
Hiya
Saw your class notes on GUIs. Thought I would correct the record. PySimpleGUI and SimpleGUI have no relationship at all. I've never even looked at SimpleGUI to be honest. Maybe by chance t…
-
SD3 flux branch is broken when doing fresh install @kohya-ss @bmaltais
```
Collecting wcwidth>=0.2.5
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
INFO: pip is looking at multiple …
-
I know it's not your notebook, but you have helped me before with this. I have used the notebook at https://colab.research.google.com/github/panguin6010/kohya_ss_google_colab/blob/master/kohya_ss_col…
-
I have easygui version 0.98.1 installed in Windows.
I need to distinguish between cancel and selected no items.
I recognized that in case deselection of all items, the function returns None.
In my …
-
Folks,
I'm using easygui to my support scripts.
But there's something I really missing.
When I'm running time consuming scripts, there's a need for a progress bar.
Something to tell the ope…
-
Debian 8.2 x64 | Python 2.7.8, 3.4 and 3.5 are affected (all x64).
When I'm calling the function easygui.fileopenbox() the window appears and I can select files. After pressing OK, the whole Interpret…