Open vmario89 opened 5 years ago
Same here, except I also had to install lxml (with pip and the wheels here https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml) before getting to the same state as you.
I'm not knowledgeable enough to come with a solution right now. Just saying there would be at least another person interested in a working version for Windows...
If I can help by testing some ideas, please let me know.
hi,
i tried to make this extension running on Windows but it seems that it does not work (and i dont know how it sohuld look alike because i did not find a screenshot of this extension). I do not get any error so far. At first the plugin failed because PyQT4 was missing in the built-in default of InkScape 0.92.4
Now i manually installed Python 2.7.16 (https://www.python.org/downloads/release/python-2716/) on Windows to standard directory C:\Python27
The in installed PyQT4 from this source: https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x64.exe/download
The i managed to modify the inkscape defaults to make use of the manually installed Python C:\Users\mario\AppData\Roaming\inkscape\preferences.xml ... <group id="extensions" python-interpreter="C:\Python27"
see also https://stackoverflow.com/questions/52046845/changing-the-python-interpreter-for-inkscape
after starting InkScape again and clicking the button in extensions menu "Inkscape Output Pro" some menu appears for ~1 seconds and disappears. If you are quick enough can see a really short message about "working state". Maybe half a second. I tried to make a screenshot.
any ideas?
regards, Mario