Is it feasible to allow OWPythonScript to run script in a separate thread using ConcurrentWidgetMixin? #6789
foongminwong
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running some scripts using
OWPythonScript
that might take a while to complete, Orange becomes unresponsive. I come across this past discussion about Python Script Progress Log (#4276)I saw some Orange widgets such as
OWTransform
,OWGroupBy
, etc. inherit methods from the classConcurrentWidgetMixin
.Is it possible to make
OWPythonScript
inherit methods fromConcurrentWidgetMixin
so that users can click around while waiting for the script to finish?Beta Was this translation helpful? Give feedback.
All reactions