domeide / sublime-docker

A Sublime Text plugin to use Docker Language Stacks as build systems
126 stars 12 forks source link

tty not working on subprocess.Popen #17

Closed blaggacao closed 9 years ago

blaggacao commented 9 years ago

I tried to make pdp (python included debugger) work in the ST3 console. But as it seems, the subprocess does not magically work interactively, as a result, commands that you enter, though displayed, will not be passed to the the process.

Maybe there would be a way to apply a hack in the python script befor passing things to ST3's Popen...