Re: [Tutor] Python Shell Not Saved Problem

2005-10-06 Thread Kent Johnson
Steve Haley wrote: > A > couple of folks also mentioned a book, Beginning Python: From Novice to > Professional. I think I might try that. There are many good beginner's resources, both on-line and print. Here are a couple of good lists: http://wiki.python.org/moin/BeginnersGuide/NonProgrammer

Re: [Tutor] Python Shell Not Saved Problem

2005-10-05 Thread Alan Gauld
> Also, someone advised that the Shell window not be used that way anyway. > I > think I agree and will operate from Pythonwin from now on. The same applies in Pythonwin. You cannot run the interactive shell buffer because Python will try to execute all the output from the commands - they get exe

[Tutor] Python Shell Not Saved Problem

2005-10-05 Thread Steve Haley
Dear folks,   Just wanted to thank everyone for the help.  I think I know what was going on with that “The buffer for Python Shell is not saved” message I was getting when I tried to run a script.  Apparently you need to open the module before you run the script and also to re-open it eac