Re: [Tutor] doubt plz help

2006-06-06 Thread Øyvind
Try to rephrase that question. I don't think I was the only one not
understanding what you are asking?


how do i clear the scseer ??
suppose i have two pages to display one
after the other ,how should i do it ?




-- 
This email has been scanned for viruses  spam by Decna as - www.decna.no
Denne e-posten er sjekket for virus  spam av Decna as - www.decna.no

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] doubt plz help

2006-06-06 Thread Matthew Webber
 Try to rephrase that question. I don't think I was the only one not
understanding what you are asking?

Try to rephrase that response. I'm sure that you understand the double
negative in the second sentence, but many who speak English as a second
language (including, possibly, the original poster) will not!



___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] doubt plz help

2006-06-06 Thread Kent Johnson
soumitr siddharth wrote:
 how do i clear the scseer ??
 suppose i have two pages to display one
 after the other ,how should i do it ?

It depends on the OS and the type of display. For a console application 
on Windows, use
os.system('cls')

On Linux I think the corresponding command is
os.system('clear')

If you are using a GUI toolkit then tell us which one and a bit more 
details about what you want to do.

Kent

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] doubt plz help

2006-06-06 Thread Ezra Taylor
Siddhart:
  Kent is correct, I tried the os.system('clear')
on my Debian linux box and the screen clears.  Don't forget to use
import os.  Also, I 'm new to Python. Hello community.


Ezra Taylor


On 6/6/06, soumitr siddharth [EMAIL PROTECTED] wrote:

 how do i clear the scseer ??
 suppose i have two pages to display one
 after the other ,how should i do it ?


  
  Yahoo! India Answers: Share what you know. Learn something new Click here
  Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download
 now


 ___
 Tutor maillist  -  Tutor@python.org
 http://mail.python.org/mailman/listinfo/tutor





-- 
Ezra Taylor
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] doubt plz help

2006-06-05 Thread soumitr siddharth
how do i clear the scseer ??  suppose i have two pages to display one   after the other ,how should i do it ?
	

	
		 
 Yahoo! India Answers: Share what you know. Learn something new Click here 
Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download now___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor