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

cairo_example.py runs failed

Open qisizhang opened this issue 7 years ago • 2 comments

My computer is a Windows 64-bit system and I installed pcb-tools by read README.md text.when I run zhe examples/cairo_example.py by PyCharm it occurs error: OSError: cannot load library libcairo.so.2: error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libcairo.so.2' I do not know how to fix this problem, can you help me ?

qisizhang avatar Dec 20 '17 02:12 qisizhang

@qisizhang the only real solution to this is to run it on a Unix-based system. You won't find .so files on Windows.

ju5t avatar Feb 17 '18 19:02 ju5t

thank you very much.

在 2018-02-18 03:57:12,"ju5t" [email protected] 写道:

@qisizhang the only real solution to this is to run it on a Unix-based system. You won't find .so files on Windows.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

qisizhang avatar Feb 24 '18 08:02 qisizhang