py-xml-escpos
py-xml-escpos copied to clipboard
Compatibility fix for Windows
Since Windows has a different driver concept, is_kernel_driver_active()
is not necessary there and raises an NotImplementedError
.
The patch catches and ignores this error, so we can use xmlescpos on Windows, too.