"Dr. Pastor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Installed Python 2.4.2 on Windows XP. > Activated IDLE. > Loaded the following into the Edit window:
> Why I do not get any output? > Thanks for any guidance. When you run code from an edit window, IDLE saves the file to disk and then *imports* it into the shell window. If you *paste* code into the shell window (regardless of where from), then it acts like you typed it and you will get expression results echoed, as you expected. I got caught be this at first too, since I have run many snippets by pasting. Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list