add windows troubleshoot info to other languages

pull/3245/head
Kaalleen 2024-08-21 15:43:17 +02:00
rodzic 5b94ccca64
commit 8d55b6e3da
3 zmienionych plików z 36 dodań i 24 usunięć

Wyświetl plik

@ -132,13 +132,6 @@ The bash environment needs some paths for the installed software. So let's set i
python -m pip install pydevd
```
## Setup yarn
* In the terminal emulator run
```
npm install --global yarn
```
## Manual Install for developing Ink/Stitch
* We prepared everything to finally setup Ink/Stitch itself. In your terminal emulator run:
@ -174,3 +167,16 @@ The bash environment needs some paths for the installed software. So let's set i
Do not install the build version if you have the manual install in the extensions folder or you'll have duplicated menu entries.
{: .notice--warning }
## Troubleshooting missing Python modules
If when trying to open Inkstitch, you encounter errors about missing Python modules: `ModuleNotFoundError: No module named 'diskcache'`
Most likely you will need to tell, Inkscape to use your Python version:
* Within Inkscape, Go to Edit > Preferences > System > User preferences and click on Open.
* In your user preferences folder, locate `preferences.xml`
* Close Inkscape
* Open `preferences.xml` with a text editor
* Search for `<group id="extensions"`
* Add this attribute `python-interpreter="C:\Program Files\Python39\python.exe"`. Substitute the path with yours. You can find the path by running `where python` in a command prompt

Wyświetl plik

@ -132,13 +132,6 @@ The bash environment needs some paths for the installed software. So let's set i
python -m pip install pydevd
```
## Setup yarn
* In the terminal emulator run
```
npm install --global yarn
```
## Manual Install for developing Ink/Stitch
* We prepared everything to finally setup Ink/Stitch itself. In your terminal emulator run:
@ -175,15 +168,15 @@ The bash environment needs some paths for the installed software. So let's set i
Do not install the build version if you have the manual install in the extensions folder or you'll have duplicated menu entries.
{: .notice--warning }
## Troubleshooting missing Python modules
If when trying to open Inkstitch, you encounter errors about missing Python modules: `ModuleNotFoundError: No module named 'diskcache'`
## Troubleshooting missing Python modules
Most likely you will need to tell, Inkscape to use your Python version:
If when trying to open Inkstitch, you encounter errors about missing Python modules: `ModuleNotFoundError: No module named 'diskcache'`
* Within Inkscape, Go to Edit > Preferences > System > User preferences and click on Open.
* In your user preferences folder, locate `preferences.xml`
* Close Inkscape
* Open `preferences.xml` with a text editor
* Search for `<group id="extensions"`
* Add this attribute `python-interpreter="C:\Program Files\Python39\python.exe"`. Substitute the path with yours. You can find the path by running `where python` in a command prompt
Most likely you will need to tell, Inkscape to use your Python version:
* Within Inkscape, Go to Edit > Preferences > System > User preferences and click on Open.
* In your user preferences folder, locate `preferences.xml`
* Close Inkscape
* Open `preferences.xml` with a text editor
* Search for `<group id="extensions"`
* Add this attribute `python-interpreter="C:\Program Files\Python39\python.exe"`. Substitute the path with yours. You can find the path by running `where python` in a command prompt

Wyświetl plik

@ -115,3 +115,16 @@ Installez tout module dit manquant.
Si quelque chose ne va tounours pas, la meilleure manière de débuger en attendant que le debugger à distance fonctionne est probablement d'éditer le fichier inkex.py du dossier d'extension d'inkscape:
C.\Program Files\inkscape\share\extensions\inkex.py
## Troubleshooting missing Python modules
If when trying to open Inkstitch, you encounter errors about missing Python modules: `ModuleNotFoundError: No module named 'diskcache'`
Most likely you will need to tell, Inkscape to use your Python version:
* Within Inkscape, Go to Edit > Preferences > System > User preferences and click on Open.
* In your user preferences folder, locate `preferences.xml`
* Close Inkscape
* Open `preferences.xml` with a text editor
* Search for `<group id="extensions"`
* Add this attribute `python-interpreter="C:\Program Files\Python39\python.exe"`. Substitute the path with yours. You can find the path by running `where python` in a command prompt