pcb-tools icon indicating copy to clipboard operation
pcb-tools copied to clipboard

Fix pycairo incompatibility

Open ingobecker opened this issue 4 years ago • 0 comments

As mentioned in #116 calls to render_layer() and render_layers() raise a TypeError exception but only if pycairo is used. This happens because pycairos implementation of Matrix doesn't implement methods required to be pickled and thus copy.copy() fails.

ingobecker avatar Jun 19 '20 14:06 ingobecker