Re: [Tutor] Run script automatically in IDLE shell

2005-12-08 Thread Kent Johnson
Yann Le Du wrote: > P.S. I do all this to have accentuated characters (French) correctly > displayed, and this is done in the IDLE Shell, but fails inside the DOS > window. So this is why I want to have my scripts run directly inside the > IDLE shell... The DOS shell uses code page 437 while I

Re: [Tutor] Run script automatically in IDLE shell

2005-12-07 Thread Alan Gauld
The IDLE documentation (run idle -h) says that idle -r file.py runs the commands in the file. Is that what you are doing? It looks different to your Win98 version. > P.S. I do all this to have accentuated characters (French) correctly > displayed, and this is done in the IDLE Shell, but fail