Re: Running script in __main__ shows no output in IDLE

2006-05-24 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: > Thanks for your help! Shouldn't Idle have shown an error when trying to > read the string constant if it's not interpretable as a normal string, > then? I suspect it should. The error probably got lost in the start-script handling somewhere. --Scott David Daniels [EMA

Re: Running script in __main__ shows no output in IDLE

2006-05-23 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > Shouldn't Idle have shown an error when trying to > read the string constant if it's not interpretable as a normal string, > then? Yes. In my python shell, it raised an error. I don't know for sure why this did not appear in IDLE, but there are far better tools anyw

Re: Running script in __main__ shows no output in IDLE

2006-05-23 Thread [EMAIL PROTECTED]
Thanks for your help! Shouldn't Idle have shown an error when trying to read the string constant if it's not interpretable as a normal string, then? /Heidi -- http://mail.python.org/mailman/listinfo/python-list

Re: Running script in __main__ shows no output in IDLE

2006-05-22 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: > I just downloaded the most recent (2.4.3) Python and IDLE (1.1.3) to > Windows XP Professional. I'm new to the IDLE environment, so hopefully > someone can tell me what I'm missing here! Below is the code, which I'm > editing within IDLE, and attempting to test with the R

Re: Running script in __main__ shows no output in IDLE

2006-05-22 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > I just downloaded the most recent (2.4.3) Python and IDLE (1.1.3) to > Windows XP Professional. I'm new to the IDLE environment, so hopefully > someone can tell me what I'm missing here! Below is the code, which I'm > editing within IDLE, and attempting to test with th