RE: [Owfs-developers] Accessing error_level and error_print from Python / Perl / PHP / TCL

2005-08-03 Thread Alfille, Paul H.,M.D.
-Original Message- From: [EMAIL PROTECTED] on behalf of Peter Kropf Sent: Wed 8/3/2005 12:35 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] Accessing error_level and error_print from Python / Perl / PHP / TCL I'm not sure I follow. What kind of problems are

Re: [Owfs-developers] Accessing error_level and error_print from Python / Perl / PHP / TCL

2005-08-03 Thread Peter Kropf
I'm not sure I follow. What kind of problems are you thinking of for non-interactive programs? For the things that I'm working with, the code will run as daemon processes and will start with something like: import ow ow.error_level(ow.error_level.connect) ow.error_print(ow.error_print.syslog) ow.

RE: [Owfs-developers] Accessing error_level and error_print from Python / Perl / PHP / TCL

2005-08-03 Thread Alfille, Paul H.,M.D.
Very nice, but might this create problems in non-interactive programs? All the error messages are set in a common set of routines so we could alter the handling if it would help -- i.e. set a global variable with the error string. Paul -Original Message- From: [EMAIL PROTECTED] on behal