Changelog#
Info#
See also
Glossary#
Releases#
v1.4.0#
Added extra parameters:
window_title,window_resizable,stdout_label_prefix,show_progress_bar.
v1.3.2#
Fixed
AttributeError: 'NoneType' object has no attribute 'write'exception when using PyInstaller with--noconsoleoption.
v1.3.1#
Fixed _tkinter.TclError: grab failed: window not viewable error when
pop_upwas set toTrue.
v1.3.0#
Added
messageparameter toasync_execute()andExecutingAsyncWindowfor displaying a custom message.Added
show_stdoutparameter toasync_execute()andExecutingAsyncWindowfor toggling whether to showprint()messages inside the window.
v1.2.0#
Added
show_exceptionsparameter toasync_execute()andExecutingAsyncWindow.Added
future
v1.1.0#
Instead of showing a coroutine exception on screen when using
async_execute(), raise the exception.
v1.0.1#
Fix event loop problems on Python before 3.10 due to semaphores (etc.) calling
get_event_loopinside.
v1.0.0#
Initial release