mtl / svg2mod

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

Clean up python3 code #28

Open n1zzo opened 5 years ago

n1zzo commented 5 years ago

dict.iteritems() is not available in python3, it has been replaced with items(), the same replacement was made for dict.iterkeys() -> keys(). Now the code executes correctly on Python 3.7.0.

zirafa commented 5 years ago

This repo does not specify which version of Python is used, which is causing a lot of confusion. See https://github.com/mtl/svg2mod/issues/23#issuecomment-387824146 and https://github.com/mtl/svg2mod/issues/24

Sodium-Hydrogen commented 4 years ago

@mtl hasn't touched this in years so I think it is dead. If you would like to continue to support this project please checkout the new fork https://github.com/svg2mod/svg2mod.

Also if you are interested in joining the svg2mod organization as an active maintainer to prevent it from dying again feel free to open an issue on the new repo.