In version 2.16, the Explore... actions do not work (default action for DIR items) and output an error message in the console:
ERROR: Error from FileBrowser.FileBrowser.on_execute: <class 'AttributeError'>: module 'keypirinha_wintypes' has no attribute 'SEE_MASK_NOUI'
Traceback (most recent call last):
File "D:\prog\apps\keypirinha\default\Packages\FileBrowser.keypirinha-package\filebrowser.py", line 181, in on_execute
File "D:\prog\apps\keypirinha\python\site\keypirinha_util.py", line 1180, in execute_default_action
explore_file(final_target)
File "D:\prog\apps\keypirinha\python\site\keypirinha_util.py", line 1090, in explore_file
shex_flags = kpwt.SEE_MASK_NOASYNC | kpwt.SEE_MASK_NOUI
The text was updated successfully, but these errors were encountered:
In version 2.16, the
Explore...
actions do not work (default action for DIR items) and output an error message in the console:The text was updated successfully, but these errors were encountered: