Ticket #282 (closed: duplicate)
Allow Python run asynchronously in MantidPlot
Reported by: | Roman Tolchenov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Iteration 20 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change History
comment:4 Changed 12 years ago by Nick Draper
- Owner Roman Tolchenov deleted
- Milestone Iteration 13 deleted
After considering this we ran into several issues that for now have caused us to reverse the decisions we had made.
- each line cannot be run asynch otherwise scripts will have race conditions
- Running the script window in another thread leads to threading problems when the scripts interacts with windows on the main thread.
We may come back to this later.
Note: See
TracTickets for help on using
tickets.
(In [1557]) Python runs asynchronously. re #282