easygui icon indicating copy to clipboard operation
easygui copied to clipboard

easygui for Python

Results 99 easygui issues
Sort by recently updated
recently updated
newest added

I am using easygui especially to build and display choice boxes in robot framework on Windows. At the moment I get the OK button on the right side of the...

Hi! Just noticed that the deprecation warning of importing from 'collections' instead of from 'collections.abc' (the reason for version 0.98.3) seems to be sooner than python 3.10, according to the...

First of a series of proposed commits to simplify, reduce duplication, and add testing to box classes

When importing `pywinauto` it makes the fileopenbox (and probably others, untested) a less usable and worse UI. e.g ```py import pywinauto import easygui easygui.fileopenbox() ``` Expected UI. ![Expected UI](https://user-images.githubusercontent.com/40906448/163580048-fbf98711-cae1-4326-a668-f81c8f57cc37.png) The...

how i can deal this problem? is this a bug? or just my mistake? my computer os is macOS Menterey 12.3.1,python 3.7.7

(Cross posting from http://stackoverflow.com/questions/31223583/easygui-dialogs-are-not-given-focus-when-created .) I am using Python 2.7.9, `easygui 0.97.4`, and Windows 7. I am trying to pop up a dialog box using the following: ``` import easygui...

The issue seems related to python2 syntax in sphinx/config.py The changes below seems to fix the issue: ``` --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -273,8 +273,8 @@ def suppress_module_docstring(app, what, name,...

indexbox is great, but if an image is specified, an AssertionError is generated by clicking the image, instead of nothing occuring (preferred) or returning None. A hack around this is:...

I want either to replace filetype All files with my own description (in my language) or to suppress the All files filetype being added to the list of filetypes active....

I like the design where the return value is the content of the option button. However, it can sometimes be a little inconvenient.For example, when doing internationalisation. Could you please...