<br><br><div class="gmail_quote">On 13 September 2012 10:22, Oscar Benjamin <span dir="ltr"><<a href="mailto:oscar.j.benjamin@gmail.com" target="_blank">oscar.j.benjamin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, 13 Sep 2012 00:27:10 -0700 (PDT), <a href="mailto:janis.judvaitis@gmail.com" target="_blank">janis.judvaitis@gmail.com</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm making a little embedded system programming IDE so I need to <br>
</blockquote>
run .exe(windows only), make commands, perl & python scripts etc(multiplatform). I'm using subprocess.Popen for all of them and it works fine except that blank console window and btw it pop's out under linux too.<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Maybe the problem is that original python script has .pyw <br>
</blockquote>
extension, so it hides his own console, but I don't need thatone too.<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
P.S. If it makes a diffrence I'm using wxPython 2.9. & Python 2.7.2.<br>
</blockquote>
<br></div>
Perhaps wxPython is causing the problem. Does the 'terminal' look like a normal terminal? Does it only appear if you actually print something?</blockquote><div><br></div><div>Are you using</div><div><br></div><div>
app = wx.App(redirect=False)</div><div><br></div><div>to prevent wxPython from redirecting stdout/stderr into special wxPython output windows?</div><div><br></div><div>Oscar</div></div><br>