I am trying to implement a Windows service to run some Python scripts in background. Is that possible ?
As soon as I try to create a TPythonEngine instance with AutoLoad set to true the service hangs.
If I create an instance with AutoLoad set to False the service starts correctly but as soon I try to call LoadDll the service hangs.
Any help will be greatly appreciated.