inkscapeslide icon indicating copy to clipboard operation
inkscapeslide copied to clipboard

I can't find inkscapeslide.py

Open mattions opened this issue 14 years ago • 2 comments

I've cloned the repo but I think the main script is missing!

Where is inkscapeslide?

According to the doc to generate slide you've got to run

inkscapeslide.py Wireframes.svg

mattions avatar Jul 20 '11 14:07 mattions

If you are on windows, it would have installed itself as C:\Python26\Scripts\inkscapeslide.exe, so you can run

C:\Python26\Scripts\inkscapeslide.exe Wireframes.svg

bollwyvl avatar Oct 18 '11 18:10 bollwyvl

no i think you want to install it via clone and then do something like

sudo python2.7 ./setup.py install
which inkscapeslide
inkscapeslide Wireframe.svg
generating page 1.
generating page 2.
...

cordoval avatar Feb 24 '12 22:02 cordoval