jb302@34: # run this file with 'ipython -i pycontroller.py' for an interactive jb302@34: # debugging python interface jb302@34: from dbg.dbg import controller jb302@34: from subprocess import Popen, PIPE, STDOUT jb302@34: jb302@34: emu = controller() jb302@34: emu.Emu = Popen(['bin/emu'], stdout=PIPE, stdin=PIPE, stderr=PIPE) jb302@34: