os.popen to pyqt widget

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aaron Kunkle

    os.popen to pyqt widget

    I'm trying to pipe the output of a shell command (with os.popen) to a
    QTextEdit to show the output in real time. Can some one help me with
    this? I'm guessing I need some kind of buffer to check on the output
    every so often but I'm new to python so I don't know a good way of doing
    that. I can send or post my source code so far if anyone would like to
    see it.

    Thanks,
    Aaron

Working...