I just installed Phython4Delphi. The first demo, Demo01, throws an EPyRuntimeError (s_type = 'RuntimeError', s_value = '') when I click Execute Script on the simple print(2+2) example.
The fourth line of Run_CommandAsObjectWithDict calls CheckError, which calls PyErr_Occurred, which does...