Hallo Ralph,
hier der Link zur aktuellen Version von Erik, hier ist alles beschrieben:
Moin,
DANKE für die schnelle Antwort!
Allerdings startet das bei mir nicht (hatte ich auch schon bereits ausprobiert und gedacht (immer muss ich denken ....) ,
dass Pyt6hon noch nicht korrekt läuft ...).
Installiert ist die Beta 4: 1.4.0-beta4 von Siril.
Beim Start kommt sofort:
17:43:16: Lege das aktuelle Arbeitsverzeichnis fest 'D:\schwerdt\Pictures\2025\Seestar\IC63'
17:43:36: Starte Script C:\Users\schwerdt\AppData\Roaming\siril\scripts\siril_gui_9 V1.0.1 superstacking.py
17:43:37: Traceback (most recent call last):
17:43:37: File "C:\Users\schwerdt\AppData\Roaming\siril\scripts\siril_gui_9 V1.0.1 superstacking.py", line 13, in <module>
17:43:37: from ttkthemes import ThemedTk
17:43:37: ModuleNotFoundError: No module named 'ttkthemes'
17:43:37: Python Prozess (PID: 11504) mit Status 1 beendet
<Interpretation> Scheint ein Gui Problem zu sein </Interpretation>
f you want to implement a GUI in your script you should use the TKinter or pyQt6
toolkits.
- Tkinter is a standard Python toolkit and works everywhere. The default look and feel
is a bit "old school" but it can (and should) be modernised and aligned as far as
possible with the Siril look and feel by importing ttkthemes: examples are
available in some of the Python scripts in the repository
Ich hatte gehoft, dass ich ttkthems gemäss:
https://siril.readthedocs.io/d…st/scripts/pykeyinfo.html
installieren kann (von der Siril Command line) mit: python3 -m pip install ttkthems
das wird aber mit:
Unbekannter Befehl: 'python3' ist noch nicht implementiert
17:47:13: Befehlsausführung mit Fehlercode: unbekannter Befehlsname fehlgeschlagen.
quittiert.
Wenn ich das richtig verstanden habe, fehlt ein Modul für die grafische Oberfläche. GTK scheint unter WIndows
buggy zu sein
Obwohl Siril selbst GTK verwendet - crazy Windoof!
Was kann ich tun?
Mit Gruß aus Gö
Ralph