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
> 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
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