astraw / svg_stack

concatenate SVG files
163 stars 45 forks source link

Does not work with python 3 #3

Closed ste101 closed 3 years ago

ste101 commented 11 years ago

Please add a comment that svg_stack does not work with python 3

dhimmel commented 6 years ago

An open pull request by @varnion adds Python 3 compatibility. Bummer that astraw/svg_stack doesn't seem to be actively maintained.

I'd recommend installing the fork like:

pip install git+https://github.com/varnion/svg_stack@d324a93a42d80c98a2ed27e4004a1781b44ffc0a
brndto commented 5 years ago

Using the instructions provided by @dhimmel worked for me running the following stack: Python 2.7.16 pip 18.1 from /usr/lib/python2.7/dist-packages/pip (python 2.7)

Previously this was not working at all as intended, although with the changes from above it works perfectly.

SVG Stack works exactly how I want it to work for what I am working on at the moment, this is a HUGE time saver as it has allowed me to automate the most time consuming parts of my current project.

astraw commented 3 years ago

Fixed recently on the main branch. Sorry for the delay! Glad it is useful.