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?

If you are not talking about interactive mode but about
running scripts then what kind of logging do you have in mind?
Can you describe how you think it would work?

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


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


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 to catch your errors.
-Luke
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


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/
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[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