The prompt-based interpreter no longer sets the status.prompt_intro flag in the __init__() method.
This flag is now set by the instantiation of the singleton status object. This prevents multiple
calls to the Interpreter.__init__() method overwriting this flag. This fixes problems in the GUI
tests.