Re: display messages in python shell

2007-11-20 Thread jose Barcelona
, [EMAIL PROTECTED] wrote: Is it possible to display messages in the python shell? I want to display error messages based on parameters in my scripts to the users. Is there another way to display messages other than log files? Thanks. Kou What about using print? For example: print

display messages in python shell

2007-11-19 Thread koutoo
Is it possible to display messages in the python shell? I want to display error messages based on parameters in my scripts to the users. Is there another way to display messages other than log files? Thanks. Kou -- http://mail.python.org/mailman/listinfo/python-list

Re: display messages in python shell

2007-11-19 Thread Jens
On 19 Nov., 19:48, [EMAIL PROTECTED] wrote: Is it possible to display messages in the python shell? I want to display error messages based on parameters in my scripts to the users. Is there another way to display messages other than log files? Thanks. Kou What about using print

Re: display messages in python shell

2007-11-19 Thread Bruno Desthuilliers
Jens a écrit : On 19 Nov., 19:48, [EMAIL PROTECTED] wrote: Is it possible to display messages in the python shell? I want to display error messages based on parameters in my scripts to the users. Is there another way to display messages other than log files? Thanks. Kou What about