[Tutor] print a line in IDLE as bold, italics or a color

Victor Reijs genietdev0 at iol.ie
Wed Aug 3 09:46:15 CEST 2005


Hello Alan,

Thanks for your feedback. I managed to get some color in my print in 
IDLE (or the Paint Shop Pro Script Output window):
###
import sys
print >> sys.stderr,'Hello world'
###


All the best,


Victor

Alan G wrote:
> Is there any reason why you want to change the ouput only in IDLE?
> Or do you really want to be able to control the output of your
> program wherever it runs? If the latter then you will need to
> create your own Text window and display the output there.



More information about the Tutor mailing list