Standalone application not starting; Win10

This can happen because of an outdated DLL elsewhere on the system which is mistakenly being loaded:

https://groups.google.com/forum/#!topic/winpython/gHAaJ-pvj8s

A common reason for those errors is an outdated LIBMMD.DLL (or less
commonly LIBIFCOREMD.DLL) in the %WINDIR%\System32 or %WINDIR%\SysWOW64
directories. Some programs mistakenly install the Intel runtime DLLs there.

In my case, I just had to remove these DLLs and ufuncs imports fine :slight_smile:

Let me know if this worked for you.