letztens habe ich mir (Pronterface) Printrun, von GitHub heruntergeladen.
Das Ganze ist im Quelltext in Python.
Muss man irgendetwas vorher für Python (bei Win10) installieren,
wenn man Printrun starten will?

LG AtlonXP
Siehe https://github.com/kliment/Printrun/blo ... /README.mdDependencies
To use pronterface, you need:
Python 3 (ideally 3.6),
pyserial (or python3-serial on ubuntu/debian)
pyreadline (not needed on Linux)
wxPython 4
pyglet
appdirs
numpy (for 3D view)
pycairo (to use Projector feature)
cairosvg (to use Projector feature)
dbus (to inhibit sleep on some Linux systems)
af0815 hat geschrieben:Sind die Abhängigkeiten vorhanden, wenn du von Source arbeitest ?Siehe https://github.com/kliment/Printrun/blo ... /README.mdDependencies
To use pronterface, you need:
Python 3 (ideally 3.6),
pyserial (or python3-serial on ubuntu/debian)
pyreadline (not needed on Linux)
wxPython 4
pyglet
appdirs
numpy (for 3D view)
pycairo (to use Projector feature)
cairosvg (to use Projector feature)
dbus (to inhibit sleep on some Linux systems)
dort wird aber für Windows auf "precompiled Versions" verwiesen. Ich nehme an, sonst muss man sich mit Python und den ganzen Modulen beschäftigen. Noch dazu sind Python-Programme manchmal etwas heikel bezüglich der richtigen Version von Python.
Bist du nach dem Kochrezept in der Read.me unter "running from Source" Absatz Windows vorgegangen ?