Re: clear shell screen

2007-10-30 Thread Tim Roberts
Shawn Minisall <[EMAIL PROTECTED]> wrote: > >Does anyone know how to clear the shell screen completely ? I tried >import os and then os.system("clear") was said to have worked in Windows >XP, but it's just bringing up another window, then it turns black and >then it closes in within about a sec

Re: clear shell screen

2007-10-29 Thread Gabriel Genellina
En Mon, 29 Oct 2007 17:31:52 -0300, Shawn Minisall <[EMAIL PROTECTED]> escribió: > Hmm...it works fine within the command line but then when I import os in > python and then try os.system("cls"), i get that very fast > opening/closing window and 0 inside the shell. Try the other method menction

Re: clear shell screen

2007-10-29 Thread Shawn Minisall
Hmm...it works fine within the command line but then when I import os in python and then try os.system("cls"), i get that very fast opening/closing window and 0 inside the shell. Gabriel Genellina wrote: > En Mon, 29 Oct 2007 00:08:14 -0300, Shawn Minisall > <[EMAIL PROTECTED]> escribi�: > >

Re: clear shell screen

2007-10-28 Thread Gabriel Genellina
En Mon, 29 Oct 2007 00:08:14 -0300, Shawn Minisall <[EMAIL PROTECTED]> escribi�: > Does anyone know how to clear the shell screen completely ? I tried > import os and then os.system("clear") was said to have worked in Windows > XP, but it's just bringing up another window, then it turns black a

clear shell screen

2007-10-28 Thread Shawn Minisall
Does anyone know how to clear the shell screen completely ? I tried import os and then os.system("clear") was said to have worked in Windows XP, but it's just bringing up another window, then it turns black and then it closes in within about a second moving the prompt at the os.system("clear")