mtl / svg2mod

Convert Inkscape SVG drawings to KiCad footprint modules
Creative Commons Zero v1.0 Universal
236 stars 56 forks source link

changes for python3: iterkeys to key, iteritems to items #40

Closed shufps closed 3 years ago

shufps commented 3 years ago

I had to change iteritems to items and iterkeys to keys for python3

Sodium-Hydrogen commented 3 years ago

As of right now the maintainer of this project seems to be inactive. You can find an updated version at svg2mod/svg2mod.

That updated fork's releases are available to be installed via python pip

pip install svg2mod
shufps commented 3 years ago

Thank you - I deleted my fork and will close this PR here.

I tried your version and it works superb!