| By default, the Python module runs YASARA in interactive graphical mode. This means that the YASARA window is permanently updated
(at least after each YASARA Python function you call), and that you can even work with YASARA interactively while your Python script is doing something else.
If your Python script needs to call thousands of YASARA functions in a loop,
this approach soon becomes too slow. The solution is the same as used by Yanaconda macros and Python plugins
, switching off the console:
|