Re: [Tutor] Improving printouts from IDLE

2005-06-27 Thread Danny Yoo
On Mon, 27 Jun 2005, Richard Lyons wrote: > What is the specific code that allows the IDLE window to be printed to > notepad (in Windows XP)? Hi Richard, The relevant code that does the "Print Window" command lives in the IOBinding submodule of IDLE, within the print_window() method: http://c

Re: [Tutor] Improving printouts from IDLE

2005-06-27 Thread Richard Lyons
Given the difficulties that I've found trying to print from Python, I was just commenting this week-end on the efficiency of the printing process used in IDLE. What is the specific code that allows the IDLE window to be printed to notepad (in Windows XP)? __

Re: [Tutor] Improving printouts from IDLE

2005-06-27 Thread Alan Gauld
> The printing facility provided with IDLE is rather rudimentary. Is there > any way of obtaining better quality printouts from IDLE? Specifically what would you like to 'improve'? Do you mean sopmething like the HTML output of vim or the pretty printer of emacs or pythonwin? IDLE just sends the

[Tutor] Improving printouts from IDLE

2005-06-26 Thread Richard Dybowski
The printing facility provided with IDLE is rather rudimentary. Is there any way of obtaining better quality printouts from IDLE? Richard --- Dr Richard Dybowski 143 Village Way Pinner HA5 5AA, UK Tel: 07976 250092 ___ Tut