Skip to content

Packaging DLLs for Windows

Compare
Choose a tag to compare
@duangsuse duangsuse released this 26 Apr 03:03
· 20 commits to master since this release

No functionality changes, just fix pypi dependency defs (require sf2file) / fix numpy ModuleNotFoundError.

Move hachiko to console_scripts

Install DLLs in PATH (C:\Windows\system32), due to Python's ctypes module find_library doesn't work as Windows's default DLL loader, and it won't use DLLs inside current workdir

TBD: Patch findLibrary logics