ahupp / python-magic

A python wrapper for libmagic
Other
2.6k stars 280 forks source link

Add support for python-magic-bin DLL #280

Closed Dasc3er closed 1 year ago

Dasc3er commented 1 year ago

This PR adds a workaround for the discovery of libmagic DLL provided by python-magic-bin in Windows. In this way, the latest version of python-magic can be used in combination with python-magic-bin to work in Windows seamlessly for end users, as there is no dependency on outdated code from python-magic-bin.

Based on PR #249 by @av-gantimurov, created to allow fast merge Related issue: #248

Dasc3er commented 1 year ago

Closing as there seems to be no interest in merging. Refer to #249 for original.