Fix Windows Installation
pasbi opened this issue · 1 comments
pasbi commented
This problem is twofold.
- The wrong or no python is shipped. Copy
$MINGW_ROOT/lib/pythonX
into the installation. - Specifying the required DLLs is error-prone and verbose. Use
fixup_bundle
fromBundleUtilities
.