On 13 September 2012 13:33, wrote:
> It looks like normal terminal to me, could You define normal?
>
> Looks like it appears only when target script prints something, but it
> shouldn't cus I'm using pipes on stdout and stderr.
>
> If anyone is interested I'm using function doPopen from here:
> h
It looks like normal terminal to me, could You define normal?
Looks like it appears only when target script prints something, but it
shouldn't cus I'm using pipes on stdout and stderr.
If anyone is interested I'm using function doPopen from here:
http://code.google.com/p/mansos/source/browse/tr
On 13 September 2012 10:22, Oscar Benjamin wrote:
> On Thu, 13 Sep 2012 00:27:10 -0700 (PDT), janis.judvai...@gmail.com wrote:
>
>> I'm making a little embedded system programming IDE so I need to
>>
> run .exe(windows only), make commands, perl & python scripts
> etc(multiplatform). I'm using su
On Thu, 13 Sep 2012 00:27:10 -0700 (PDT), janis.judvai...@gmail.com
wrote:
I'm making a little embedded system programming IDE so I need to
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
Thanks for answer, but that's not helping.
I'm making a little embedded system programming IDE so I need to 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
On 09/12/2012 11:26 AM, janis.judvai...@gmail.com wrote:
> Hi, and I'm sorry for using this old thread, but I'm experiencing the same
> problem, except, that I wan't to execute any shell script or exe without
> blank terminal window.
> Is there any way in python to supress blank console screen w
Hi, and I'm sorry for using this old thread, but I'm experiencing the same
problem, except, that I wan't to execute any shell script or exe without blank
terminal window.
Is there any way in python to supress blank console screen while script is
executing? Multiplatform solution would be nice.
* Steven, on 18.06.2010 18:23:
I am calling a ruby program from a python gui and using
subprocess.Popen in Windows XP using python 2.6. Unfortunately,
whenever the ruby program is called a blank command window appears on
screen, annoying my users. Is there a way to suppress this behaviour?
Ye