Open tianshuo opened 10 months ago
Python 3.11.5 Gooey Version 1.0.8.1 Windows 11 For me it is the same behaviour: Using richtext_controls=True produces the error message. Using richtext_controls = False does not produce the error, but the styles are without effect.
Describe the bug
To Reproduce Steps to reproduce the behavior:
@Gooey(progress_regex=r"^Progress: (?P<current>\d+)/(?P<total>\d+)$", progress_expr="current / total * 100",show_restart_button=False, richtext_controls=True)
richtext_controls=True
fixes it, but this isn't expected behavior.Expected behavior
Desktop (please complete the following information):