You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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"
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: