kicad-python icon indicating copy to clipboard operation
kicad-python copied to clipboard

KiCad Python abstraction layer

Results 5 kicad-python issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "C:\Program Files\KiCad\6.0\share\kicad\scripting\kicad_pyshell\kicad_pyeditor.py", line 121, in OnIconize self.iconized = event.Iconized() AttributeError: 'IconizeEvent' object has no attribute 'Iconized' ```

Hi @pointhi, I couldn't find anything else like `kicad-python` out there. One of the great things about wrapping the official SWIG library is that it updates with KiCAD. Now is...

What are the requirements to build the documentation? If I call make, I get this error: `sphinx-build2: command not found` Maybe some instructions could be added to the README? Thanks...

https://github.com/pointhi/kicad-python/blob/0cf200de282f3b6915ec90a7a19c9956ebfb3340/setup.py#L29 It appears as of 5.1, KiCAD supports Python 3: https://bugs.launchpad.net/kicad/+bug/1785119

some small fixes in example