update interpreter path for windows as well

This commit is contained in:
Mario Voigt 2025-06-02 23:03:35 +02:00
parent 691c3d2a98
commit 623ff11304

View File

@ -207,7 +207,7 @@ notepad %appdata%\inkscape\preferences.xml
```
<group
id="extensions"
python-interpreter="C:\Users\youruser\AppData\Local\Programs\Python\Python310\pythonw.exe"
python-interpreter="C:\Users\youruser\AppData\Roaming\inkscape\extensions\mightyscape-1.2\venv\Scripts\pythonw.exe"
```
If in Inkscape you get a nasty popup window each time you are executing an extension, please double check if you really use `pythonw.exe`. Do not use `python.exe`.