Skip to content

Conversation

@n1zzo
Copy link

@n1zzo n1zzo commented Oct 16, 2018

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.

dict.iteritems() is not available in python3, it has been replaced with items(), the same replacement was made for dict.iterkeys() -> keys().
@zirafa
Copy link

zirafa commented Dec 31, 2018

This repo does not specify which version of Python is used, which is causing a lot of confusion.
See #23 (comment) and #24

herostrat added a commit to herostrat/svg2mod that referenced this pull request May 17, 2019
@Sodium-Hydrogen
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants