Suprise! Yet another DLL issue with Windows.
Windows is unable to find the necessary dlls used in the Python-API dll loaded with importlib.
Not sure how to fix it, except forcing the user to put the directory containing the dlls into the PATH environment variable.
Maybe just stupidly copying everything next to the first dll might help...