Re: [Idle-dev] Potential Bug

2006-02-23 Thread Noam Raphael
Hello, Will the second window start colouring the text once saved with a ".py" extension? Noam On 2/16/06, Alex Kirkwood <[EMAIL PROTECTED]> wrote: > To Whom This May Concern, > > I'm using python for mac and am noticing some inconsistency with > regard to the color highlighting for certain keyw

Re: [Idle-dev] auto-loading at shell start and shell restart

2006-02-23 Thread Noam Raphael
Hello, You can try to set the environment variable PYTHONSTARTUP to a file with all those lines that you always run when you start working. It should work fine with Python-in-a-terminal - perhaps you should test it first. IDLE should run those commands on startup, if given the -s flag. It doesn't