How to clear Interactive Window?

Ryan Morillo srart at operamail.com
Tue May 27 01:32:24 EDT 2003


import os
os.system('cls') #or alternativly, to start the script
                 #which we shall call Script
os.system('cls&& Script')

On Mon, 26 May 2003 08:50:34 -0400, Uriel Wittenberg <list at urielw.com> 
wrote:

> I'm using PythonWin 2.2.2 on WinXP Home. Script output goes to the
> Interactive Window. Could someone please advise what command I can put at
> the beginning of my scripts to CLEAR the Interactive Window?
>
> Thanks in advance!
>
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/




More information about the Python-list mailing list