pcb-tools
pcb-tools copied to clipboard
cairo_example.py runs failed
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 the only real solution to this is to run it on a Unix-based system. You won't find .so files on Windows.
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.