FreaQ: Phyton shell befehl ausführen...

Hy Leute!

ich versuche grade mir ein kleines SuperKaramba gaget zu schreiben...
Leider hab ich keine erfahrung mit Phyton...

Popen ("uptime", shell=true)
das habe ich probiert passiert aber gar nichts...

das:
karamba x=200 y=200 w=200 h=100 interval=1000 color=255,255,255 locked=true
defaultfont font="Verdana" fontsize=10 color=0,0,0 shadow=0 bgcolor=100,100,100

wäre das script für die .theme datei, die in das Programm (SuperKaramba) geladen wird

ich würde gerne das:
"uptime"
"21:15:50 up  2:12,  1 user,  load average: 1.52, 0.85, 0.70"
aber nur den "2:12" teil in diesem "Programm" ausgeben

das ist ein normaler shell (unix) befehl

Ich hoffe jemand kann mir irgentwie Helfen...
L.g.

Ps: SuperKaramba ist ein Linux Programm um uhren, inboxen, media player, rss reader, am desktop anzeigen zu lassen, wie das tolle "Vista" auch hat

  1. Sorry fürs voreilige Schreiben, ein Freund hat mir grad das gezeigt:

    general

    KARAMBA  X=500 Y=200 W=209 H=30 interval=1000 locked=true
    #system uptime by Steve Boling.kid-linux@cox.net
    #A simeple system uptime monitor for use under SuperKaramba

    #time.png graphic by the creator on fantastik superkaramba theme.

    Icons

    image x=5 y=3 path="image/time.png"

    Uptime

    text x=65 y=10 value="Uptime:" color=255,255,255 align=center fontsize=12 font="Tahoma"
    text x=150 y=10 sensor=uptime interval=30 format="%d Days %H:%M:%S" align=center color=255,255,255 fontsize=12 font="Tahoma"

    danke trotzdem!

    l.g.