commands

Vor einiger Zeit bin ich auf eine sehr elegante Lösung gestoßen, wie man die Ausgabe von Konsolen-Befehlen als String bekommt. Das Paket "commands" stellt dazu die Funktion "getoutput" zur Verfügung.

import commands
print commands.getoutput()

Tags: Python