Re: [Tutor] Is there some sort of Python Error log.

2007-09-15 Thread Alan Gauld
"Lamonte Harris" <[EMAIL PROTECTED]> wrote in message > Command prompt is a pain and it would be pretty nice to have this > feature. In what respect is command prompt a pain? Which command prompt(the OS or Python >>>)? If Python are you using the vanilla interpreter or an IDE? If anIDE which one

Re: [Tutor] Is there some sort of Python Error log.

2007-09-14 Thread Kent Johnson
Lamonte Harris wrote: > Command prompt is a pain and it would be pretty nice to have this feature. I'm not sure what "this feature" is but look at the logging module. Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/t

Re: [Tutor] Is there some sort of Python Error log.

2007-09-14 Thread Luke Paireepinart
Lamonte Harris wrote: > Command prompt is a pain and it would be pretty nice to have this feature. If you're on windows, try using an IDE for your code editing. Then the errors will show up in the interactive shell that the IDE runs, and you won't have to deal with starting a DOS command prompt

Re: [Tutor] Is there some sort of Python Error log.

2007-09-14 Thread Rikard Bosnjakovic
On 15/09/2007, Lamonte Harris <[EMAIL PROTECTED]> wrote: > Command prompt is a pain and it would be pretty nice to have this feature. If you are using a Unixish system, do "python myscript.py 2> error.log". -- - Rikard - http://bos.hack.org/cv/ ___ T

[Tutor] Is there some sort of Python Error log.

2007-09-14 Thread Lamonte Harris
Command prompt is a pain and it would be pretty nice to have this feature. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor