30.03.2022, 20:28
okay seems like if I put the dlls inside the Lib/site-packages/onnxruntime/capi-folder and expand the script by:
it seems to work here. 
Cu Selur
import os
import site
# Import scripts folder
os.environ["PATH"] += site.getsitepackages()[0]+'/Lib/site-packages/onnxruntime/capi'

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.