kopia lustrzana https://github.com/inkstitch/inkstitch
some minor updates
rodzic
a634afdaf3
commit
3bc19eee6f
|
@ -481,6 +481,11 @@ table.inline-table {
|
|||
float: left;
|
||||
}
|
||||
|
||||
h2 img {
|
||||
float:right;
|
||||
max-height: 50px;
|
||||
}
|
||||
|
||||
/* Machine Database */
|
||||
|
||||
.machine-fileformat:hover { background: #ccc; }
|
||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 113 KiB |
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 29 KiB Po Szerokość: | Wysokość: | Rozmiar: 96 KiB |
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 113 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "Installation von Ink/Stitch für Windows"
|
||||
permalink: /de/docs/install-windows/
|
||||
excerpt: "Wie wird Ink/Stitch installiert."
|
||||
last_modified_at: 2021-11-28
|
||||
last_modified_at: 2022-04-25
|
||||
toc: true
|
||||
---
|
||||
{% comment %}
|
||||
|
@ -107,11 +107,6 @@ Abonniere den News-Feed-Kanal um über Ink/Stitch updates informiert zu werden.
|
|||
|
||||
### Ink/Stitch startet nicht / Menüpunkte sind grau
|
||||
|
||||
**Installationspfad überprüfen**
|
||||
|
||||
Überprüfe, ob die Dateien evtl. in einen *Unterordner* extrahiert wurden.
|
||||
Es ist wichtig, dass die Ink/Stitch-Dateien **direkt** in dem Ordner "Benutzererweiterungen" sind.
|
||||
|
||||
**Ink/Stitch-Version überprüfen**
|
||||
|
||||
Bitte überprüfe noch einmal, ob du die richtige Ink/Stitch Version für dein Betriebssytsem heruntergeladen hast.
|
||||
|
@ -148,6 +143,50 @@ startupinfo)
|
|||
WindowsError: [Error 2] The system cannot find the file specified
|
||||
```
|
||||
|
||||
**Installationspfad überprüfen**
|
||||
|
||||
Überprüfe, ob die Dateien evtl. in einen *Unterordner* extrahiert wurden.
|
||||
Es ist wichtig, dass die Ink/Stitch-Dateien **direkt** in dem Ordner "Benutzererweiterungen" sind.
|
||||
|
||||
### PYTHONPATH
|
||||
|
||||
Es gab einige Bericht über Fehlermeldungen die so wie diese hier beginnen:
|
||||
|
||||
```
|
||||
Python path configuration:
|
||||
PYTHONHOME = 'C:\Users\{username}\AppData\Roaming\inkscape\extensions\inkstitch\bin'
|
||||
PYTHONPATH = (not set)
|
||||
```
|
||||
|
||||
Installiere Inkscape erneut. Stelle sicher, dass die Checkbox "Zu Pfad hinzufügen" (Add to path) aktiviert ist, wenn die Frage nach PYTHONPATH während der Installation auftaucht.
|
||||
|
||||
### Windows 7: Fehlermeldung
|
||||
|
||||
Wenn du die folgende Fehlermeldung erhälst, installiere bitte die Microsoft Windows Sicherheitsupdates auf deinem Computer.
|
||||
|
||||
```
|
||||
Traceback (most recent call last):
|
||||
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 12, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing_init_.py", line 16, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing\context.py", line 6, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing\reduction.py", line 16, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "socket.py", line 49, in
|
||||
ImportError: DLL load failed while importing _socket: Paramètre incorrect.
|
||||
```
|
||||
|
||||
### Windows 8: Fehlermeldung
|
||||
|
||||

|
||||
{: .img-half }
|
||||

|
||||
{: .img-half }
|
||||
|
||||
Wenn diese beiden Fehlermeldungen bei einer Windows 8 installation auftauchen, bitte [Microsoft Visual C++ Redistributable packages](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) herunterladen und installieren. Wähle die passende Datei für dein System.
|
||||
|
||||
### Ink/Stitch wird auf englisch angezeigt
|
||||
|
||||
**Unvollständige Übersetzung**
|
||||
|
|
|
@ -68,3 +68,21 @@ Dieser Befehlt definiert an welchem Punkt die Satinkolumne geschnitten werden so
|
|||
Definiert (1) die Start- und (2) die Endposition für automatish geführte Satinkolumnen. Benutze anschließend die Funktion “[Automatische Satinkolumnenführung](/de/docs/satin-tools/#automatische-satinkolumnenführung)”.
|
||||
|
||||
Nutze immer nur einen Anfangs- und einen Endpunkt für jede Auto-Route Operation.
|
||||
|
||||
## Objektbefehle anzeigen/verbergen
|
||||
|
||||
Dies ist Teil einer kommenden Ink/Stitch Version und in Ink/Stitch v2.1.2 nicht verfügbar.
|
||||
{: .notice--warning }
|
||||
|
||||
Schalte die Sichtbarkeit von Objekt-Befehlen an und aus. Befehle funktionieren auch, wenn sie nicht angezeigt werden.
|
||||
|
||||
`Erweiterungen > Ink/Stitch > Befehle > Ansicht > Objektbefehle anzeigen|vergergen`
|
||||
|
||||
## Befehlsymbole skalieren
|
||||
|
||||
Dies ist Teil einer kommenden Ink/Stitch Version und in Ink/Stitch v2.1.2 nicht verfügbar.
|
||||
{: .notice--warning }
|
||||
|
||||
Anpassen der Größe der Befehlsymbole im gesamten Dokument: `Erweiterungen > Ink/Stitch > Befehle > Ansicht > Befehlsymbole skalieren...`
|
||||
|
||||
Use live preview to see the effect while scaling.
|
||||
|
|
|
@ -49,7 +49,7 @@ Klicke auf den kleinen Pfeil, um eine Liste der installierten Paletten zu öffne
|
|||
|
||||
Die Auswahl wirkt sich auch auf die in der Druckvorschau angezeigten Garnnamen aus.
|
||||
|
||||
## Farbpalette generieren
|
||||
## Farbpalette erstellen
|
||||
|
||||
Dieses Feature ist Teil der kommenden Ink/Stitch Version und in Ink/Stitch v2.1.2 noch nicht enthalten.
|
||||
{: .notice--warning }
|
||||
|
@ -62,10 +62,10 @@ Diese Erweiterung exportiert die Farben von Textelementen, während der Text sel
|
|||
2. Aktiviere das Text-Werkzeug und füge die Farbnamen ein (wenn vorhanden) oder tippe sie ein.
|
||||
Benutze eine Zeile pro Farbe.
|
||||
Wenn der letzte Teil des Farbnamens eine Nummer ist, wird er als Katalognummer interpretiert und abgespeichert.
|
||||
3. `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette generieren > Text aufteilen` teilt den Text in einzelne Textelemente.
|
||||
3. `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette erstellen > Text zerlegen` teilt den Text in einzelne Textelemente.
|
||||
4. Aktiviere das Farbwahl-Werkzeug (D) und färbe die einzelnen Textelemente ein.
|
||||
Nutze dabei die Tabulator-Taste um das jeweils nachfolgende Textelement auszuwählen.
|
||||
5. Wähle alle Text-Elemente aus und führe die Funktion `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette generieren > Farbpalette generieren ...` aus.
|
||||
5. Wähle alle Text-Elemente aus und führe die Funktion `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette erstellen > Farbpalette erstellen ...` aus.
|
||||
6. Gib einen Namen für die Farbpalette ein und klicke auf Anwenden.
|
||||
7. Inkscape neu starten um die neue Farbpalette verfügbar zu machen
|
||||
|
||||
|
@ -80,5 +80,5 @@ Bereits bestehende Farbpaletten können mit Ink/Stitch als Text bearbeitet werde
|
|||
|
||||
* Importiere Farben und Farbnamen mit `Erweiterungen > Ink/Stitch > Garnfarben verwalten > Palette zu Text`
|
||||
* Ändere Farben, Farbnamen, Katalognummern oder füge weitere Farben hinzu.
|
||||
* Exportiere die Palette mit `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette generieren > Farbpalette generieren ...`
|
||||
* Exportiere die Palette mit `Erweiterungen > Ink/Stitch > Garnfarben Verwaltung > Palette erstellen > Farbpalette erstellen ...`
|
||||
* Inkscape neu starten
|
||||
|
|
|
@ -18,7 +18,7 @@ Ink/Stitch hat ein Hilfsmittel diese Fehler verständlicher zu machen. Es zeigt
|
|||
|
||||
Entweder erhälst du eine nun Nachricht, dass kein Fehler gefunden wurde oder es wird eine neue Ebene mit den Fehlerinformationen in das Dokument eingefügt. Nutze das Objekt-Panel (Strg + Shift + O) um diese Ebene nach der Fehlerbehebung wieder zu löschen.
|
||||
|
||||

|
||||

|
||||
|
||||
**Tipp:** Es ist möglich, dass ein Objekt mehrere Fehler enthält. Objekte mit Füllstich zeigen aber in der Regel nur den zuerst aufgetretenen Fehler an. Nutze das Troubleshoot-Werkzeug erneut, wenn du weitere Fehlermeldungen erhälst.
|
||||
{: .notice--info }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Install Ink/Stitch on Windows"
|
||||
permalink: /docs/install-windows/
|
||||
excerpt: "How to quickly install Ink/Stitch."
|
||||
last_modified_at: 2021-11-28
|
||||
last_modified_at: 2022-04-25
|
||||
toc: true
|
||||
---
|
||||
{% comment %}
|
||||
|
@ -107,11 +107,6 @@ Subscribe to a news feed channel to keep track on Ink/Stitch Updates.
|
|||
|
||||
### Ink/Stitch doesn't show up / is greyed out
|
||||
|
||||
**Confirm installation path**
|
||||
|
||||
Check if you extracted Ink/Stitch into the correct folder. If the `User extensions folder` doesn't work out correctly, you can also try to install into the `Inkscape extensions folder`.
|
||||
You can also look it up under `Edit > Preferences > System`.
|
||||
|
||||
**Antivirus Software**
|
||||
|
||||
Since Ink/Stitch is packed into a executable there are reports of anti-virus-software using heuristics that mark the extension as a false positive. The solution in this cases is to add the Ink/Stitch extension folder to the exception list on the av program and reinstall the extension and try again.
|
||||
|
@ -135,6 +130,41 @@ WindowsError: [Error 2] The system cannot find the file specified
|
|||
|
||||
Verify if you have downloaded Ink/Stitch for Windows ([Download](#download))
|
||||
|
||||
**Confirm installation path**
|
||||
|
||||
Check if you extracted Ink/Stitch into the correct folder. If the `User extensions folder` doesn't work out correctly, you can also try to install into the `Inkscape extensions folder`.
|
||||
You can also look it up under `Edit > Preferences > System`.
|
||||
|
||||
### PYTHONPATH
|
||||
|
||||
There have been reports about an error message starting like this:
|
||||
|
||||
```
|
||||
Python path configuration:
|
||||
PYTHONHOME = 'C:\Users\{username}\AppData\Roaming\inkscape\extensions\inkstitch\bin'
|
||||
PYTHONPATH = (not set)
|
||||
```
|
||||
|
||||
Reinstall Inkscape. Make sure that "Add to path" is checked, when the PYTHONPATH question pops up during the installation.
|
||||
|
||||
### Windows 7: Error message
|
||||
|
||||
When you see the following error message please install Microsoft Windows security updates on your computer.
|
||||
|
||||
```
|
||||
Traceback (most recent call last):
|
||||
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 12, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing_init_.py", line 16, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing\context.py", line 6, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing\reduction.py", line 16, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "socket.py", line 49, in
|
||||
ImportError: DLL load failed while importing _socket: Paramètre incorrect.
|
||||
```
|
||||
|
||||
### Windows 8: Error message
|
||||
|
||||

|
||||
|
|
|
@ -75,13 +75,13 @@ This is part of an upcoming Ink/Stitch version and not available in Ink/Stitch v
|
|||
|
||||
Toggle visibility of object commands. Commands will still be functional when hidden.
|
||||
|
||||
`Extensions > Ink/Stitch > Commands > Display|Hide Object Commands`
|
||||
`Extensions > Ink/Stitch > Commands > View > Display|Hide Object Commands`
|
||||
|
||||
## Scale Command Symbols
|
||||
|
||||
This is part of an upcoming Ink/Stitch version and not available in Ink/Stitch v2.1.2
|
||||
{: .notice--warning }
|
||||
|
||||
Set the size of command symbols in the entire document: `Extensions > Ink/Stitch > Commands > Scale Command Symbols...`
|
||||
Set the size of command symbols in the entire document: `Extensions > Ink/Stitch > Commands > View > Scale Command Symbols...`
|
||||
|
||||
Use live preview to see the effect while scaling.
|
||||
|
|
|
@ -109,34 +109,66 @@ Inscrivez-vous aux news pour avoir connaissance des mises à jour d'Ink/Stitch.
|
|||
|
||||
### Ink/Stitch ne fonctionne pas!
|
||||
|
||||
* **Confirmer le chemin d'installation**<br>
|
||||
Vérifiez si vous avez bien installé Ink/Stitch dans le bon dossier. Si le dossier `Extensions utilisateur` ne fonctionne pas correctement, vous pouvez aussi essayer d'installer dans le dossier `extensions Inkscape`.
|
||||
Vous pouvez trouver leur localisation dans `Edition > Préferences > Système`.
|
||||
**Windows Anti-Virus**
|
||||
C'est le cas le plus probable sous Windows, car python est compressé dans un exécutable, et des rapports de logiciels antivirus utilisant des méthodes heuristiques peuvent marquer l'extension comme un faux positif.
|
||||
Dans ce cas, la solution consiste à ajouter le dossier d’extensions Ink/Stitch à la liste des exceptions de l'antivirus. Puis réinstaller l’extension et réessayer.
|
||||
|
||||
* **Windows Anti-Virus**<br>
|
||||
C'est le cas le plus probable sous Windows, car python est compressé dans un exécutable, et
|
||||
des rapports de logiciels antivirus utilisant des méthodes heuristiques peuvent marquer l'extension comme un faux positif.
|
||||
Dans ce cas, la solution consiste à ajouter le dossier d’extensions Ink/Stitch à la liste des exceptions de l'antivirus. Puis réinstaller l’extension et réessayer.
|
||||
Si votre logiciel antivirus a supprimé des fichiers, vous recevrez le message d'erreur suivant:
|
||||
|
||||
Si votre logiciel antivirus a supprimé des fichiers, vous recevrez le message d'erreur suivant:
|
||||
```
|
||||
Tried to launch: inkstitch\bin\inkstitch
|
||||
Arguments: ['inkstitch\bin\inkstitch', '--id=XXX', '--extension=XXX', 'C:\Users\XXX\AppData\Local\Temp\ink_ext_XXXXXX.svgXXXXX']
|
||||
Debugging information:
|
||||
```
|
||||
Tried to launch: inkstitch\bin\inkstitch
|
||||
Arguments: ['inkstitch\bin\inkstitch', '--id=XXX', '--extension=XXX', 'C:\Users\XXX\AppData\Local\Temp\ink_ext_XXXXXX.svgXXXXX']
|
||||
Debugging information:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "inkstitch.py", line 35, in <module>
|
||||
extension = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
File "C:\Program Files\Inkscape\lib\python2.7/subprocess.py", line 325, in __init__
|
||||
errread, errwrite)
|
||||
File "C:\Program Files\Inkscape\lib\python2.7/subprocess.py", line 575, in _execute_child
|
||||
startupinfo)
|
||||
WindowsError: [Error 2] The system cannot find the file specified
|
||||
```
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "inkstitch.py", line 35, in <module>
|
||||
extension = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
File "C:\Program Files\Inkscape\lib\python2.7/subprocess.py", line 325, in __init__
|
||||
errread, errwrite)
|
||||
File "C:\Program Files\Inkscape\lib\python2.7/subprocess.py", line 575, in _execute_child
|
||||
startupinfo)
|
||||
WindowsError: [Error 2] The system cannot find the file specified
|
||||
```
|
||||
**Confirm Ink/Stitch Version**
|
||||
|
||||
Verify if you have downloaded Ink/Stitch for Windows ([Download](#download))
|
||||
|
||||
**Confirmer le chemin d'installation**
|
||||
|
||||
Vérifiez si vous avez bien installé Ink/Stitch dans le bon dossier. Si le dossier `Extensions utilisateur` ne fonctionne pas correctement, vous pouvez aussi essayer d'installer dans le dossier `extensions Inkscape`.
|
||||
Vous pouvez trouver leur localisation dans `Edition > Préferences > Système`.
|
||||
|
||||
### PYTHONPATH
|
||||
|
||||
There have been reports about an error message starting like this:
|
||||
|
||||
```
|
||||
Python path configuration:
|
||||
PYTHONHOME = 'C:\Users\{username}\AppData\Roaming\inkscape\extensions\inkstitch\bin'
|
||||
PYTHONPATH = (not set)
|
||||
```
|
||||
|
||||
Reinstall Inkscape. Make sure that "Add to path" is checked, when the PYTHONPATH question pops up during the installation.
|
||||
|
||||
### Windows 7: Error message
|
||||
|
||||
When you see the following error message please install Microsoft Windows security updates on your computer.
|
||||
|
||||
```
|
||||
Traceback (most recent call last):
|
||||
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 12, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing_init_.py", line 16, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing\context.py", line 6, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "multiprocessing\reduction.py", line 16, in
|
||||
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
|
||||
File "socket.py", line 49, in
|
||||
ImportError: DLL load failed while importing _socket: Paramètre incorrect.
|
||||
```
|
||||
|
||||
### Windows 8: Error message
|
||||
|
||||

|
||||
|
|
|
@ -66,24 +66,26 @@ Les objets auxquels cette commande est associée seront exclus du plan de broder
|
|||
|
||||
Fractionner une colonne satin au point spécifié par cette commande. Après le placement de la commande, exécutez la commande "[Scinder une colonne satin] (/fr/docs/satin-tools/#scinder-une-colonne-satin)".
|
||||
|
||||
|
||||
|
||||
  [Position de départ/de fin pour auto route colonne satin](#-auto-route-satin-stitch-start)
|
||||
|
||||
Définit le point de départ (1) ou le point final (2) de la colonne auto route satin. Exécutez ensuite "[Remplissage automatique de Colonne Satin. ...](/fr/docs/satin-tools/#auto-route-satin-columns)".
|
||||
|
||||
[Télécharger le fichier exemple](/assets/images/docs/visual-commands-fill-stitch.svg){: download="visual-commands-fill-stitch.svg" title="Télécharger le fichier exemple"}
|
||||
|
||||
[Télécharger le fichier exemple](/assets/images/docs/visual-commands-fill-stitch.svg){: download="visual-commands-fill-stitch.svg" title="Télécharger le fichier exemple"}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Display Hide Object Commands
|
||||
|
||||
This is part of an upcoming Ink/Stitch version and not available in Ink/Stitch v2.1.2
|
||||
{: .notice--warning }
|
||||
|
||||
Toggle visibility of object commands. Commands will still be functional when hidden.
|
||||
|
||||
`Extensions > Ink/Stitch > Commands > View > Display|Hide Object Commands`
|
||||
|
||||
## Scale Command Symbols
|
||||
|
||||
This is part of an upcoming Ink/Stitch version and not available in Ink/Stitch v2.1.2
|
||||
{: .notice--warning }
|
||||
|
||||
Set the size of command symbols in the entire document: `Extensions > Ink/Stitch > Commands > View > Scale Command Symbols...`
|
||||
|
||||
Use live preview to see the effect while scaling.
|
||||
|
|
|
@ -18,7 +18,7 @@ Ink/Stitch est livré avec une extension de dépannage, conçue pour vous aider
|
|||
|
||||
Vous recevrez soit un message indiquant qu'aucune erreur ne peut être trouvée, soit un nouveau calque contenant les informations de dépannage sera ajouté à votre document SVG. Utilisez le panneau des objets(Ctrl + Shift + O) pour supprimer le calque une fois que vous avez terminé.
|
||||
|
||||

|
||||

|
||||
|
||||
**Astuce:** Il est possible qu'un objet contienne plus d'une erreur. Les formes de remplissage affichent uniquement la première erreur qui apparaîtra. Exécutez l'extension à nouveau si vous recevez encore des messages d'erreur.
|
||||
{: .notice--info }
|
||||
|
|
|
@ -68,3 +68,20 @@ Split a Satin Column at the point specified by this command. After attaching run
|
|||
Defines the (1) starting or (2) ending point for satin auto route columns. Run "[Auto-route Satin Column...](/docs/satin-tools/#auto-route-satin-columns)" afterwards.
|
||||
Use only one starting and one ending point per auto-route operation.
|
||||
|
||||
## Display Hide Object Commands
|
||||
|
||||
This is part of an upcoming Ink/Stitch version and not available in Ink/Stitch v2.1.2
|
||||
{: .notice--warning }
|
||||
|
||||
Toggle visibility of object commands. Commands will still be functional when hidden.
|
||||
|
||||
`Extensions > Ink/Stitch > Commands > View > Display|Hide Object Commands`
|
||||
|
||||
## Scale Command Symbols
|
||||
|
||||
This is part of an upcoming Ink/Stitch version and not available in Ink/Stitch v2.1.2
|
||||
{: .notice--warning }
|
||||
|
||||
Set the size of command symbols in the entire document: `Extensions > Ink/Stitch > Commands > View > Scale Command Symbols...`
|
||||
|
||||
Use live preview to see the effect while scaling.
|
||||
|
|
Ładowanie…
Reference in New Issue