py-xml-escpos icon indicating copy to clipboard operation
py-xml-escpos copied to clipboard

Compatibility fix for Windows

Open chrisv2 opened this issue 8 years ago • 0 comments

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.

chrisv2 avatar Jun 22 '16 07:06 chrisv2