Unable to execute MoviePipelineQueue from Python

in 5.4 I can’t get any callback working with MoviePipelinePIEExecutor.

My callback-functions ARE global.

My workaround : I made a Thread that is checking every 2 seconds if the amount of images in that folder is correct. Once it’s Ok, it continues the code execution.