brainsmoke / polymap

Generate laser cuttable polyhedrons with globe projections on them
https://wiki.techinc.nl/index.php/Polyhedron_maps
4 stars 3 forks source link

Port to python3 #2

Open godiard opened 3 years ago

godiard commented 3 years ago

These are the changes needed to run this app on python3

After that I have another problem, but that is because my version of inkscape is newer and show:

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.354: Failed to find resource file 'simpletransform.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/simpletransform.py
    /usr/share/inkscape/extensions/simpletransform.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.354: Failed to find resource file 'cubicsuperpath.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/cubicsuperpath.py
    /usr/share/inkscape/extensions/cubicsuperpath.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.354: Failed to find resource file 'cspsubdiv.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/cspsubdiv.py
    /usr/share/inkscape/extensions/cspsubdiv.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.354: Failed to find resource file 'bezmisc.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/bezmisc.py
    /usr/share/inkscape/extensions/bezmisc.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.363: Failed to find resource file 'simpletransform.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/simpletransform.py
    /usr/share/inkscape/extensions/simpletransform.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.363: Failed to find resource file 'cubicsuperpath.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/cubicsuperpath.py
    /usr/share/inkscape/extensions/cubicsuperpath.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.363: Failed to find resource file 'cspsubdiv.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/cspsubdiv.py
    /usr/share/inkscape/extensions/cspsubdiv.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.363: Failed to find resource file 'bezmisc.py'. Looked in:
    /home/gonzalo/.config/inkscape/extensions/bezmisc.py
    /usr/share/inkscape/extensions/bezmisc.py

** (org.inkscape.Inkscape:621237): WARNING **: 22:37:58.380: Fonts dir '/home/gonzalo/.config/inkscape/fonts' does not exist and will be ignored.

Anyway, I send these changes if are useful to you